Skip to content

Commit

Permalink
Fixed issue with removing array index [6] before [7] turning [7] into…
Browse files Browse the repository at this point in the history
… [6]
  • Loading branch information
Frustrated-Programmer committed Dec 27, 2024
1 parent 07671d7 commit 4a8e627
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
@@ -1,8 +1,8 @@
setblock -561 115 1984 air
setblock -561 114 1984 minecraft:warped_wall_sign
fill -549 106 1970 -549 106 1971 minecraft:cyan_concrete replace
data modify block -549 106 1972 Items[6].Count set value 0
data modify block -549 106 1972 Items[7].Count set value 0
data modify block -549 106 1972 Items[6].Count set value 0
data merge block -561 114 1984 {front_text:{has_glowing_text:1b,color:"cyan",is_waxed:1b,messages:['{"text":"§fFind all §b20"}','{"text":"§f§oEaster Eggs"}','{"text":"§fto unlock"}','{"text":"§fDeepfrost"}']}}
execute if score @s[tag=do2.received_shulker] do2.config.dungeonDifficulty matches 5 run scoreboard players set @s[tag=do2.received_shulker] do2.config.dungeonDifficulty 4
setblock -637 -18 1898 air
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.28
# DATAPACK VERSION NUMBER: 0.13.29

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

Please sign in to comment.