Skip to content

Commit

Permalink
⚡️ add distance selectors to unbound playsounds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 19, 2024
1 parent 4690ad4 commit 316b771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
stopsound @a ambient omega-flowey:decorative.static
stopsound @a[distance=..64] ambient omega-flowey:decorative.static
function animated_java:omegaflowey_tv_screen/variants/smiling_noglow/apply
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
stopsound @a ambient omega-flowey:decorative.static
stopsound @a[distance=..64] ambient omega-flowey:decorative.static
function animated_java:omegaflowey_tv_screen/variants/smiling/apply
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
playsound omega-flowey:decorative.static ambient @a ~ ~ ~ 4
playsound omega-flowey:decorative.static ambient @a[distance=..64] ~ ~ ~ 4
function animated_java:omegaflowey_tv_screen/variants/static/apply

0 comments on commit 316b771

Please sign in to comment.