Skip to content

Commit

Permalink
Revert playsound check schedule function (0.14.35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavadin authored Feb 8, 2025
1 parent f2bdd69 commit 3537df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ execute positioned -524 103 2167 if entity @s[distance=..10] at @s run tp @s ~ ~
execute if score $dungeon do2.utility.onInstance matches 1 unless score $dungeon do2.run.active matches 1.. as @p[tag=do2.received_shulker] run function do2:dungeon_setup/preset_difficulty

# Check if player needs AUDIO compatability
schedule function do2:vanilla_compatability/audio/interface/detect 5t
function do2:vanilla_compatability/audio/interface/detect

# Agronet event
function do2:external/agronet/logs/spam/on_player_join
4 changes: 2 additions & 2 deletions Brilliance Datapack/data/do2/functions/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DATAPACK VERSION NUMBER: 0.14.34
# DATAPACK VERSION NUMBER: 0.14.35

tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.34§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.35§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]

0 comments on commit 3537df7

Please sign in to comment.