-
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.
π set TV variant to glow on nighttime
- static for 10 ticks with sound, then set to non-glowing smiling variant
- Loading branch information
1 parent
3124863
commit 34e42c2
Showing
8 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
datapacks/omegaflowey/data/daylight_cycle/tags/function/api/night.json
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 @@ | ||
{ | ||
"values": [ | ||
"omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_night" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
.../omegaflowey.main/function/summit/room/outside/setup/tv_screen/set_variant_day.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 @@ | ||
function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_day/macro_set_static with storage omegaflowey:decorative | ||
function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_shared/macro_set_static with storage omegaflowey:decorative | ||
schedule function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_day/scheduled 10t |
2 changes: 2 additions & 0 deletions
2
...megaflowey.main/function/summit/room/outside/setup/tv_screen/set_variant_night.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 @@ | ||
function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_shared/macro_set_static with storage omegaflowey:decorative | ||
schedule function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_night/scheduled 10t |
2 changes: 2 additions & 0 deletions
2
...nction/summit/room/outside/setup/tv_screen/set_variant_night/macro_set_smiling.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 as $(outside_tvscreen_uuid) at @s \ | ||
run function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_night/macro_set_smiling/as_root |
2 changes: 2 additions & 0 deletions
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
stopsound @a ambient omega-flowey:decorative.static | ||
function animated_java:omegaflowey_tv_screen/variants/smiling/apply |
2 changes: 2 additions & 0 deletions
2
....main/function/summit/room/outside/setup/tv_screen/set_variant_night/scheduled.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 @@ | ||
function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_night/macro_set_smiling \ | ||
with storage omegaflowey:decorative |
2 changes: 1 addition & 1 deletion
2
...t_variant_day/macro_set_static.mcfunction β ...ariant_shared/macro_set_static.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 @@ | ||
$execute as $(outside_tvscreen_uuid) at @s \ | ||
run function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_day/macro_set_static/as_root | ||
run function omegaflowey.main:summit/room/outside/setup/tv_screen/set_variant_shared/macro_set_static/as_root |
File renamed without changes.