-
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.
⚡️ add distance selectors to unbound playsounds
- Loading branch information
1 parent
4690ad4
commit 316b771
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../room/outside/setup/tv_screen/set_variant_day/macro_set_smiling_noglow/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 |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
...ummit/room/outside/setup/tv_screen/set_variant_night/macro_set_smiling/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 |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
...ummit/room/outside/setup/tv_screen/set_variant_shared/macro_set_static/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 |
---|---|---|
@@ -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 |