-
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.
Merge pull request #25 from 4Ply/main
Fix advancement and function typos
- Loading branch information
Showing
4 changed files
with
5 additions
and
6 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
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
6 changes: 3 additions & 3 deletions
6
Brilliance Datapack/data/do2/functions/level_controller/get_mob_count/l3.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,6 +1,6 @@ | ||
execute positioned --523 122 1945 run function do2:level_controller/get_mob_count/count_inside_barrel | ||
execute positioned -523 122 1945 run function do2:level_controller/get_mob_count/count_inside_barrel | ||
scoreboard players operation $l3z1 do2.config.mc.levelZoneMobCount = $dungeon do2.utility.mobCountCounterTotal | ||
execute positioned --523 122 1944 run function do2:level_controller/get_mob_count/count_inside_barrel | ||
execute positioned -523 122 1944 run function do2:level_controller/get_mob_count/count_inside_barrel | ||
scoreboard players operation $l3z2 do2.config.mc.levelZoneMobCount = $dungeon do2.utility.mobCountCounterTotal | ||
execute positioned --523 122 1943 run function do2:level_controller/get_mob_count/count_inside_barrel | ||
execute positioned -523 122 1943 run function do2:level_controller/get_mob_count/count_inside_barrel | ||
scoreboard players operation $l3z3 do2.config.mc.levelZoneMobCount = $dungeon do2.utility.mobCountCounterTotal |