-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with removing array index [6] before [7] turning [7] into…
… [6]
- Loading branch information
1 parent
07671d7
commit 4a8e627
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Brilliance Datapack/data/do2/functions/dungeon_setup/lock_deepfrost.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":"."}] |