Skip to content

Commit

Permalink
Disable tnt drops while deepfrost is locked.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Dec 23, 2024
1 parent 8440d13 commit ea38bda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ 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"}']}}
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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
setblock -637 -18 1898 minecraft:redstone_wire

execute unless score $dungeon do2.config.refillDungeonType matches 2 run return 0
clone -468 114 1984 -468 114 1984 -549 106 1972 replace
Expand Down
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.26
# DATAPACK VERSION NUMBER: 0.13.27

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

Please sign in to comment.