Skip to content

Commit

Permalink
add AJ export files for parent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 11, 2024
1 parent 0befe2b commit 4a667e3
Show file tree
Hide file tree
Showing 26 changed files with 140 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ 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.bomb.export_version aj.i -1178425653
scoreboard players set aj.bomb.export_version aj.i -502345955
scoreboard players reset * aj.bomb.rig_loaded
execute as @e[type=minecraft:item_display,tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/on_load
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ 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.upper_eye.export_version aj.i 382849128
scoreboard players set aj.upper_eye.export_version aj.i -375220021
scoreboard players reset * aj.upper_eye.rig_loaded
execute as @e[type=minecraft:item_display,tag=aj.upper_eye.root] run function animated_java:upper_eye/zzzzzzzz/on_load
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"replace": false,
"values": [
"animated_java:bomb/zzzzzzzz/tick",
"animated_java:projectile_star/zzzzzzzz/tick",
"animated_java:friendliness_pellet/zzzzzzzz/tick",
"animated_java:dentata_snake_ball/zzzzzzzz/tick",
"animated_java:nose/zzzzzzzz/tick",
"animated_java:upper_eye/zzzzzzzz/tick",
"animated_java:lower_eye/zzzzzzzz/tick",
"animated_java:pipe_upper_eye/zzzzzzzz/tick",
"animated_java:homing_vine_blinking_lane/zzzzzzzz/tick",
Expand All @@ -15,6 +13,8 @@
"animated_java:finger_gun_bullet/zzzzzzzz/tick",
"animated_java:finger_gun_laser/zzzzzzzz/tick",
"animated_java:finger_gun/zzzzzzzz/tick",
"animated_java:tv_screen/zzzzzzzz/tick"
"animated_java:tv_screen/zzzzzzzz/tick",
"animated_java:bomb/zzzzzzzz/tick",
"animated_java:upper_eye/zzzzzzzz/tick"
]
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"replace": false,
"values": [
"animated_java:bomb/zzzzzzzz/load",
"animated_java:projectile_star/zzzzzzzz/load",
"animated_java:friendliness_pellet/zzzzzzzz/load",
"animated_java:dentata_snake_ball/zzzzzzzz/load",
"animated_java:nose/zzzzzzzz/load",
"animated_java:upper_eye/zzzzzzzz/load",
"animated_java:lower_eye/zzzzzzzz/load",
"animated_java:pipe_upper_eye/zzzzzzzz/load",
"animated_java:homing_vine_blinking_lane/zzzzzzzz/load",
Expand All @@ -15,6 +13,8 @@
"animated_java:finger_gun_bullet/zzzzzzzz/load",
"animated_java:finger_gun_laser/zzzzzzzz/load",
"animated_java:finger_gun/zzzzzzzz/load",
"animated_java:tv_screen/zzzzzzzz/load"
"animated_java:tv_screen/zzzzzzzz/load",
"animated_java:bomb/zzzzzzzz/load",
"animated_java:upper_eye/zzzzzzzz/load"
]
}
Loading

0 comments on commit 4a667e3

Please sign in to comment.