Skip to content

Commit

Permalink
Fixed Cash Cow and Glorious Moment agronet logging scores (0.15.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavadin authored Feb 18, 2025
1 parent a63dea3 commit 93baf8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ execute as @p[tag=do2.received_shulker] run scoreboard players add @s do2.cards.
scoreboard players add $dungeon do2.run.cards.played.GLM 1
scoreboard players add $dungeon do2.cards.played.GLM 1
# Agronet Event Handling
scoreboard players set $dungeon do2.agronet.card_played 40
scoreboard players set $dungeon do2.agronet.card_played 39
execute as @p[tag=do2.received_shulker] run function do2:external/agronet/card_played
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ execute as @p[tag=do2.received_shulker] run scoreboard players add @s do2.cards.
scoreboard players add $dungeon do2.run.cards.played.BOS 1
scoreboard players add $dungeon do2.cards.played.BOS 1
# Agronet Event Handling
scoreboard players set $dungeon do2.agronet.card_played 38
scoreboard players set $dungeon do2.agronet.card_played 40
execute as @p[tag=do2.received_shulker] run function do2:external/agronet/card_played
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.15.5
# DATAPACK VERSION NUMBER: 0.15.6

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

Please sign in to comment.