Skip to content

Commit

Permalink
@A[distance=..20] in playsound now should target correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Jun 11, 2024
1 parent ea0f6f6 commit 9d69a9f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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
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
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
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
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
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
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
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
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
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
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

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
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

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

0 comments on commit 9d69a9f

Please sign in to comment.