Skip to content

Commit

Permalink
update finger_gun export files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 8, 2024
1 parent 3284983 commit 255be7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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.finger_gun.export_version aj.i 940383882
scoreboard players set aj.finger_gun.export_version aj.i 276680568
scoreboard players reset * aj.finger_gun.rig_loaded
execute as @e[type=minecraft:item_display,tag=aj.finger_gun.root] run function animated_java:finger_gun/zzzzzzzz/on_load
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"replace": false,
"values": [
"animated_java:bomb/zzzzzzzz/tick",
"animated_java:finger_gun/zzzzzzzz/tick",
"animated_java:tv_screen/zzzzzzzz/tick",
"animated_java:projectile_star/zzzzzzzz/tick",
"animated_java:friendliness_pellet/zzzzzzzz/tick",
Expand All @@ -15,6 +14,7 @@
"animated_java:homing_vine/zzzzzzzz/tick",
"animated_java:friendliness_pellet_ring/zzzzzzzz/tick",
"animated_java:finger_gun_bullet/zzzzzzzz/tick",
"animated_java:finger_gun_laser/zzzzzzzz/tick"
"animated_java:finger_gun_laser/zzzzzzzz/tick",
"animated_java:finger_gun/zzzzzzzz/tick"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"replace": false,
"values": [
"animated_java:bomb/zzzzzzzz/load",
"animated_java:finger_gun/zzzzzzzz/load",
"animated_java:tv_screen/zzzzzzzz/load",
"animated_java:projectile_star/zzzzzzzz/load",
"animated_java:friendliness_pellet/zzzzzzzz/load",
Expand All @@ -15,6 +14,7 @@
"animated_java:homing_vine/zzzzzzzz/load",
"animated_java:friendliness_pellet_ring/zzzzzzzz/load",
"animated_java:finger_gun_bullet/zzzzzzzz/load",
"animated_java:finger_gun_laser/zzzzzzzz/load"
"animated_java:finger_gun_laser/zzzzzzzz/load",
"animated_java:finger_gun/zzzzzzzz/load"
]
}

0 comments on commit 255be7e

Please sign in to comment.