Skip to content

Commit

Permalink
Add a five tick delay to the execution of the voicechat detection fun…
Browse files Browse the repository at this point in the history
…ction (0.14.34)
  • Loading branch information
Bavadin authored Feb 8, 2025
1 parent 365409f commit f2bdd69
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
function do2:vanilla_compatability/audio/interface/detect
schedule function do2:vanilla_compatability/audio/interface/detect 5t

# 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.33
# DATAPACK VERSION NUMBER: 0.14.34

tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.33§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.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":"."}]

0 comments on commit f2bdd69

Please sign in to comment.