-
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.
Deepfrost difficulty locked for players without all eggs found.
- Loading branch information
1 parent
699dc3b
commit bdbe281
Showing
8 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
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
6 changes: 6 additions & 0 deletions
6
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
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 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"}']}} |
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
10 changes: 10 additions & 0 deletions
10
Brilliance Datapack/data/do2/functions/dungeon_setup/unlock_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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
setblock -561 115 1984 minecraft:warped_button[facing=north] | ||
setblock -561 114 1984 air | ||
execute positioned -549 106 1972 run function do2:reset_dungeon/default_states/compasses/deadly_2 | ||
execute positioned -549 106 1971 run function do2:reset_dungeon/default_states/compasses/deepfrost_1 | ||
execute positioned -549 106 1970 run function do2:reset_dungeon/default_states/compasses/deepfrost_2 | ||
|
||
execute unless score $dungeon do2.config.refillDungeonType matches 2 run return 0 | ||
clone -468 114 1984 -468 114 1984 -549 106 1972 replace | ||
clone -467 114 1984 -467 114 1984 -549 106 1971 replace | ||
clone -466 114 1984 -466 114 1984 -549 106 1970 replace |
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
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
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
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.22 | ||
# DATAPACK VERSION NUMBER: 0.13.23 | ||
|
||
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.22§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.23§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":"."}] |