Started by
Blockyheadman
on
Topic category: Help with Minecraft modding (Java Edition)
So, the goal I'm trying to accomplish is I want to be able to play music that plays like when normal Minecraft music plays. When I play the sound, I can't make it play like the normal music where it plays with the player and isn't positional. I hope I'm explaining it good enough to understand.
What I tried:
- setting the sound's category to: music, ambient, master, etc.
- setting the event trigger to: On player tick update, on world tick update and none
Is there anything I can do to make it so that the sound isn't positional?
Edited by Blockyheadman on Sat, 06/11/2022 - 18:30
There’s a setting where you can set the sound to player
I just tried that and moved around, and it still played in one spot instead of playing with the player.
maybe make it on player tick, and set the sound location to the destination of the entity.
I tried that and it didn't really work out. I'm not sure on how to get it to function.