-
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.
@A[distance=..20] in playsound now should target correctly.
- Loading branch information
1 parent
ea0f6f6
commit 9d69a9f
Showing
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...k/data/do2/functions/scoreboard/config/boolean_levers/bats_distraction/disable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.batDistraction 0 | ||
playsound minecraft:entity.bat.death voice @a[distance=..20] -537 115 1961 0.7 1 | ||
execute positioned -537 115 1961 run playsound minecraft:entity.bat.death voice @a[distance=..20] ~ ~ ~ 0.7 1 |
2 changes: 1 addition & 1 deletion
2
...ck/data/do2/functions/scoreboard/config/boolean_levers/bats_distraction/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.batDistraction 1 | ||
playsound minecraft:entity.bat.loop voice @a[distance=..20] -537 115 1961 0.7 1 | ||
execute positioned -537 115 1961 run playsound minecraft:entity.bat.loop voice @a[distance=..20] ~ ~ ~ 0.7 1 |
2 changes: 1 addition & 1 deletion
2
...atapack/data/do2/functions/scoreboard/config/boolean_levers/better_vex/disable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.vexTrackng 0 | ||
playsound minecraft:entity.vex.death voice @a[distance=..20] -525 115 1961 1 1 1 | ||
execute positioned -525 115 1961 run playsound minecraft:entity.vex.death voice @a[distance=..20] ~ ~ ~ 1 1 1 |
2 changes: 1 addition & 1 deletion
2
...Datapack/data/do2/functions/scoreboard/config/boolean_levers/better_vex/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.vexTrackng 1 | ||
playsound minecraft:entity.vex.charge voice @a[distance=..20] -525 115 1961 1 1 1 | ||
execute positioned -525 115 1961 run playsound minecraft:entity.vex.charge voice @a[distance=..20] ~ ~ ~ 1 1 1 |
2 changes: 1 addition & 1 deletion
2
...k/data/do2/functions/scoreboard/config/boolean_levers/disable_treasure/disable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.maxClankTreasure 0 | ||
playsound minecraft:entity.evoker.prepare_attack voice @a[distance=..20] -529 115 1961 1 1.5 | ||
execute positioned -531 115 1961 run playsound minecraft:entity.evoker.prepare_attack voice @a[distance=..20] ~ ~ ~ 1 1.5 |
2 changes: 1 addition & 1 deletion
2
...ck/data/do2/functions/scoreboard/config/boolean_levers/disable_treasure/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.maxClankTreasure 1 | ||
playsound minecraft:entity.evoker.cast_spell voice @a[distance=..20] -529 115 1961 1 1 | ||
execute positioned -531 115 1961 run playsound minecraft:entity.evoker.cast_spell voice @a[distance=..20] ~ ~ ~ 1 1 |
2 changes: 1 addition & 1 deletion
2
...atapack/data/do2/functions/scoreboard/config/boolean_levers/fast_reset/disable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.fastReset 0 | ||
playsound minecraft:entity.elder_guardian.ambient voice @a[distance=..20] -527 115 1961 1 1 | ||
execute positioned -527 115 1961 run playsound minecraft:entity.elder_guardian.ambient voice @a[distance=..20] ~ ~ ~ 1 1 |
2 changes: 1 addition & 1 deletion
2
...Datapack/data/do2/functions/scoreboard/config/boolean_levers/fast_reset/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.fastReset 1 | ||
playsound minecraft:entity.elder_guardian.curse voice @a[distance=..20] -527 115 1961 0.3 0.5 | ||
execute positioned -527 115 1961 run playsound minecraft:entity.elder_guardian.curse voice @a[distance=..20] ~ ~ ~ 0.3 0.5 |
2 changes: 1 addition & 1 deletion
2
...atapack/data/do2/functions/scoreboard/config/boolean_levers/force_food/disable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.forceFood 0 | ||
playsound minecraft:entity.generic.extinguish_fire voice @a[distance=..20] -535 115 1961 1 1 | ||
execute positioned -535 115 1961 run playsound minecraft:entity.generic.extinguish_fire voice @a[distance=..20] ~ ~ ~ 1 1 |
2 changes: 1 addition & 1 deletion
2
...Datapack/data/do2/functions/scoreboard/config/boolean_levers/force_food/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.forceFood 1 | ||
playsound minecraft:entity.player.burp voice @a[distance=..20] -535 115 1961 1 1 | ||
execute positioned -535 115 1961 run playsound minecraft:entity.player.burp voice @a[distance=..20] ~ ~ ~ 1 1 |
2 changes: 1 addition & 1 deletion
2
...ack/data/do2/functions/scoreboard/config/boolean_levers/force_gamemode/disable.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,3 +1,3 @@ | ||
scoreboard players set $dungeon do2.config.forceGamemode 0 | ||
playsound minecraft:block.wooden_door.open voice @a[distance=..20] -529 115 1961 1 0.5 | ||
execute positioned -529 115 1961 run playsound minecraft:block.wooden_door.open voice @a[distance=..20] ~ ~ ~ 1 0.5 | ||
|
2 changes: 1 addition & 1 deletion
2
...pack/data/do2/functions/scoreboard/config/boolean_levers/force_gamemode/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.forceGamemode 1 | ||
playsound minecraft:block.wooden_door.close voice @a[distance=..20] -529 115 1961 1 0.5 | ||
execute positioned -529 115 1961 run playsound minecraft:block.wooden_door.close voice @a[distance=..20] ~ ~ ~ 1 0.5 |
2 changes: 1 addition & 1 deletion
2
...k/data/do2/functions/scoreboard/config/boolean_levers/use_world_cycles/disable.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,3 +1,3 @@ | ||
scoreboard players set $dungeon do2.config.useWorldCycle 0 | ||
playsound minecraft:entity.phantom.flap voice @a[distance=..20] -533 115 1961 1 0.5 | ||
execute positioned -533 115 1961 run playsound minecraft:entity.phantom.flap voice @a[distance=..20] ~ ~ ~ 1 0.5 | ||
|
2 changes: 1 addition & 1 deletion
2
...ck/data/do2/functions/scoreboard/config/boolean_levers/use_world_cycles/enable.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,2 +1,2 @@ | ||
scoreboard players set $dungeon do2.config.useWorldCycle 1 | ||
playsound minecraft:entity.phantom.ambient voice @a[distance=..20] -533 115 1961 1 1 | ||
execute positioned -533 115 1961 run playsound minecraft:entity.phantom.ambient voice @a[distance=..20] ~ ~ ~ 1 1 |