-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 8-aj-cli-export
- Loading branch information
Showing
192 changed files
with
1,830 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
function _:attack/finger-guns | ||
function _:attack/bomb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
function entity:hostile/omega-flowey/attack/bomb/start |
2 changes: 2 additions & 0 deletions
2
.../omega-flowey/data/animated_java/functions/bomb/animations/explode/apply_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/apply_frame_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...s/omega-flowey/data/animated_java/functions/bomb/animations/explode/next_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/next_frame_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/explode/pause.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/pause_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/explode/play.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/play_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...packs/omega-flowey/data/animated_java/functions/bomb/animations/explode/resume.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/resume_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/explode/stop.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/stop_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...s/omega-flowey/data/animated_java/functions/bomb/animations/explode/tween_play.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/tween_play_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...omega-flowey/data/animated_java/functions/bomb/animations/explode/tween_resume.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/explode/tween_resume_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/explode/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/pause_all.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/pause_all_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/pause_all ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...s/omega-flowey/data/animated_java/functions/bomb/animations/summon/apply_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/apply_frame_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/apply_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...ks/omega-flowey/data/animated_java/functions/bomb/animations/summon/next_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/next_frame_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/next_frame ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/summon/pause.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/pause_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/pause ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/summon/play.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/play_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/summon/resume.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/resume_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/animations/summon/stop.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/stop_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/stop ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
...ks/omega-flowey/data/animated_java/functions/bomb/animations/summon/tween_play.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/tween_play_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/tween_play ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
.../omega-flowey/data/animated_java/functions/bomb/animations/summon/tween_resume.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/animations/summon/tween_resume_as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/animations/summon/tween_resume ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/apply_variant/explode.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if entity @s[tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/apply_variant/explode/as_root | ||
execute if entity @s[tag=!aj.bomb.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:bomb/apply_variant/explode ","color":"blue"},{"text":"must be run"},{"text":" as ","color":"red"},{"text":"the root entity!"}]] |
2 changes: 1 addition & 1 deletion
2
datapacks/omega-flowey/data/animated_java/functions/bomb/summon.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
summon minecraft:item_display ~ ~ ~ {id:"minecraft:item_display",Tags:["aj.new","aj.bomb.rig_entity","aj.bomb.bone","aj.bomb.bone.bone","aj.new","aj.bomb.rig_entity","aj.bomb.root","aj.rig_root"],transformation:[-1.25f,0f,1.5308084989341916e-16f,0f,0f,1.25f,0f,0f,-1.5308084989341916e-16f,0f,-1.25f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:white_dye",Count:1b,tag:{CustomModelData:84}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"bomb\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"bone\",\"color\":\"yellow\"},\"]\"]]",height:30f,width:10f} | ||
summon minecraft:item_display ~ ~ ~ {CustomName:"'Bomb Bullet'",Tags:["omega-flowey-remastered","hostile","omega-flowey","attack","attack-bullet","attack-bullet-new","bomb","aj.new","aj.bomb.rig_entity","aj.bomb.root","aj.rig_root"],teleport_duration:1,Passengers:[{id:"minecraft:item_display",Tags:["aj.new","aj.bomb.rig_entity","aj.bomb.bone","aj.bomb.bone.bomb"],transformation:[-1.25f,0f,1.5308084989341916e-16f,-0.031249999999999997f,0f,1.25f,0f,-1.9375f,-1.5308084989341916e-16f,0f,-1.25f,-0.03125000000000001f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:white_dye",Count:1b,tag:{CustomModelData:84}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"bomb\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"bomb\",\"color\":\"yellow\"},\"]\"]]",height:31f,width:9.5f},{id:"minecraft:item_display",Tags:["aj.new","aj.bomb.rig_entity","aj.bomb.bone","aj.bomb.bone.fire"],transformation:[-1f,0f,1.2246467991473532e-16f,0f,0f,1f,0f,0f,-1.2246467991473532e-16f,0f,-1f,0f,0f,0f,0f,1f],interpolation_duration:1,item_display:"head",item:{id:"minecraft:white_dye",Count:1b,tag:{CustomModelData:107}},CustomName:"[{\"text\":\"[\",\"color\":\"gray\"},{\"text\":\"AJ\",\"color\":\"aqua\"},\"] \",[\"\",{\"text\":\"bomb\",\"color\":\"light_purple\"},\".\",{\"text\":\"bone\",\"color\":\"white\"},\"[\",{\"text\":\"fire\",\"color\":\"yellow\"},\"]\"]]",height:2f,width:1f}]} | ||
execute as @e[type=minecraft:item_display,tag=aj.bomb.root,tag=aj.new,limit=1,distance=..0.1] run function animated_java:bomb/zzzzzzzz/summon/as_root |
2 changes: 2 additions & 0 deletions
2
datapacks/omega-flowey/data/animated_java/functions/bomb/summon/explode.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
scoreboard players set #variant aj.i 1 | ||
function animated_java:bomb/summon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...a/animated_java/functions/bomb/zzzzzzzz/animations/explode/apply_frame_as_root.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
execute if score @s aj.anim_time matches 0..12 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/branch_0_12 |
3 changes: 3 additions & 0 deletions
3
...omega-flowey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/end.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
execute if score @s aj.bomb.animation.explode.loop_mode = $aj.loop_mode.loop aj.i run function animated_java:bomb/zzzzzzzz/animations/explode/end_loop | ||
execute if score @s aj.bomb.animation.explode.loop_mode = $aj.loop_mode.once aj.i run function animated_java:bomb/animations/explode/stop | ||
execute if score @s aj.bomb.animation.explode.loop_mode = $aj.loop_mode.hold aj.i run function animated_java:bomb/animations/explode/pause |
3 changes: 3 additions & 0 deletions
3
...-flowey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/end_loop.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
scoreboard players set @s aj.bomb.animation.explode.local_anim_time 0 | ||
scoreboard players set @s aj.anim_time 0 | ||
function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_0 |
1 change: 1 addition & 0 deletions
1
...ta/animated_java/functions/bomb/zzzzzzzz/animations/explode/next_frame_as_root.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
function animated_java:bomb/zzzzzzzz/animations/explode/tick_animation |
1 change: 1 addition & 0 deletions
1
...ey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/pause_as_root.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tag @s remove aj.bomb.animation.explode |
7 changes: 7 additions & 0 deletions
7
...wey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/play_as_root.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
scoreboard players set @s aj.anim_time 0 | ||
scoreboard players set @s aj.bomb.animation.explode.local_anim_time 0 | ||
scoreboard players set @s aj.bomb.animation.explode.loop_mode 2 | ||
execute on passengers run data modify entity @s interpolation_duration set value 0 | ||
function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_0 | ||
execute on passengers run data modify entity @s interpolation_duration set value 1 | ||
tag @s add aj.bomb.animation.explode |
3 changes: 3 additions & 0 deletions
3
...y/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/resume_as_root.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
scoreboard players set @s aj.bomb.animation.explode.loop_mode 2 | ||
execute on passengers run data modify entity @s interpolation_duration set value 1 | ||
tag @s add aj.bomb.animation.explode |
6 changes: 6 additions & 0 deletions
6
...wey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/stop_as_root.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
scoreboard players set @s aj.bomb.animation.explode.local_anim_time 0 | ||
tag @s remove aj.bomb.animation.explode | ||
execute on passengers run data modify entity @s interpolation_duration set value 0 | ||
tag @s add aj.bomb.disable_command_keyframes | ||
function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_0 | ||
tag @s remove aj.bomb.disable_command_keyframes |
2 changes: 2 additions & 0 deletions
2
...mega-flowey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/tick.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
execute if score @s aj.tween_time matches 1.. run function animated_java:bomb/zzzzzzzz/animations/explode/tick_tween | ||
execute unless score @s aj.tween_time matches 1.. run function animated_java:bomb/zzzzzzzz/animations/explode/tick_animation |
4 changes: 4 additions & 0 deletions
4
...y/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/tick_animation.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
scoreboard players add @s aj.bomb.animation.explode.local_anim_time 1 | ||
scoreboard players operation @s aj.anim_time = @s aj.bomb.animation.explode.local_anim_time | ||
function animated_java:bomb/zzzzzzzz/animations/explode/apply_frame_as_root | ||
execute if score @s aj.bomb.animation.explode.local_anim_time matches 12.. run function animated_java:bomb/zzzzzzzz/animations/explode/end |
2 changes: 2 additions & 0 deletions
2
...lowey/data/animated_java/functions/bomb/zzzzzzzz/animations/explode/tick_tween.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
5 changes: 5 additions & 0 deletions
5
...data/animated_java/functions/bomb/zzzzzzzz/animations/explode/tree/branch_0_12.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
execute if score @s aj.anim_time matches 0..7 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/branch_0_7 | ||
execute if score @s aj.anim_time matches 8 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_8 | ||
execute if score @s aj.anim_time matches 9 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_9 | ||
execute if score @s aj.anim_time matches 10 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_10 | ||
execute if score @s aj.anim_time matches 11 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_11 |
8 changes: 8 additions & 0 deletions
8
.../data/animated_java/functions/bomb/zzzzzzzz/animations/explode/tree/branch_0_7.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
execute if score @s aj.anim_time matches 0 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_0 | ||
execute if score @s aj.anim_time matches 1 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_1 | ||
execute if score @s aj.anim_time matches 2 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_2 | ||
execute if score @s aj.anim_time matches 3 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_3 | ||
execute if score @s aj.anim_time matches 4 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_4 | ||
execute if score @s aj.anim_time matches 5 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_5 | ||
execute if score @s aj.anim_time matches 6 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_6 | ||
execute if score @s aj.anim_time matches 7 run function animated_java:bomb/zzzzzzzz/animations/explode/tree/leaf_7 |
Oops, something went wrong.