Skip to content

Commit

Permalink
Add a 2 tick delay to calculate_egg_totals function
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Dec 28, 2024
1 parent 0215440 commit db4d079
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 @@ -10,4 +10,4 @@ advancement grant @s only do2:hidden/adventuring/egg_hunt/level_3/3rd_level_show
advancement grant @s only do2:hidden/adventuring/egg_hunt/level_3/zz_tango

# Calculate total amount of eggs found. (Useful for stats screen only)
function do2:egg_hunt/calculate_total_found
schedule function do2:egg_hunt/calculate_total_found 2t append
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.13.30
# DATAPACK VERSION NUMBER: 0.13.31

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

Please sign in to comment.