fix: follow players and restart looping sounds
Build / maven (push) Successful in 44s
Build and publish release / Build and publish Ambient Audio Zone (push) Successful in 45s

This commit is contained in:
root
2026-08-04 05:44:02 +02:00
parent b13a6c6661
commit b8215dffb9
4 changed files with 43 additions and 11 deletions
+5
View File
@@ -4,3 +4,8 @@ playback:
check-interval-ticks: 10
leave-grace-ticks: 100
blend-overlapping-zones: false
# Entity-attached sounds follow each player instead of remaining at origin.
follow-player: true
# Fallback replay interval for loop: true sounds. 2680 ticks is 134 seconds.
# Set to the actual length of custom sounds; resource-pack loop=true is preferred.
loop-restart-ticks: 2680