Skip to content

Commit

Permalink
Start use of the entity controller on the server and remove warden Si…
Browse files Browse the repository at this point in the history
…lent fix (0.14.15)
  • Loading branch information
Bavadin authored Jan 19, 2025
1 parent 1cf67f8 commit b7922ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,4 @@ scoreboard players set $dungeon do2.run.players 0
function do2:scoreboard/config/config_lock

# Make sure that the redstone block keeping the iron door open is removed
setblock -551 119 1977 air

# Quick fix, please remove after snapshot is taken
execute as @e[type=warden] run data modify entity @s Silent set value 0
setblock -551 119 1977 air
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ execute unless score $dungeon do2.utility.onServer matches 1 run return 0
scoreboard players set $dungeon do2.config.nightTimeChance 50
scoreboard players set $dungeon do2.config.eggRewards 3
scoreboard players set $dungeon do2.config.useWorldCycle 0
scoreboard players set $dungeon do2.config.ec.controlSummons 0
scoreboard players set $dungeon do2.config.ec.controlSummons 1
scoreboard players set $dungeon do2.config.eggsUnlockDeepfrost 1
scoreboard players set $dungeon do2.config.ec.controlSummons 0

scoreboard players set $dungeon do2.config.newEvokers 1
scoreboard players set $dungeon do2.config.maxClankBerries 0
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.14.14
# DATAPACK VERSION NUMBER: 0.14.15

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

Please sign in to comment.