Audio Writer - Custom Sounds
SteaSteaStea opened this issue · 5 comments
Issue type:
- ❓ Question
Question:
Hello,
I'm trying to use the the audio writer to play custom sounds which are loaded through a resourcepack.
I am able to play the sounds correctly through the /playsound command but when using a variable card with a string and an audio writer I cannot seem to get it to work. Playing a sound from other mods like Quark or vanilla sounds seems to work fine but the custom sounds which are loaded through a resourcepack do not play.
Am I doing something wrong or if they are not supposed to work would it be possible to add support for those? They seem to be loaded into the game and accessible through the /playsound command or certain other mods already which makes me wonder why the writer doesn't recognize them.
1.16.5 btw
They seem to be loaded into the game and accessible through the /playsound command or certain other mods already which makes me wonder why the writer doesn't recognize them.
What mods are you referring to exactly?
Perhaps I can look into how they handle this.
Someone will answer your question soon. In the meantime, you might be able to get help more quickly on our Discord server.
Note to self:
Ambience blocks: https://github.com/SekaiRed/AmbienceBlock/blob/0f6659b1c73887e30be624a69e1bea3c3c810150/src/main/java/com/sekai/ambienceblocks/client/gui/ambience/ChooseSoundGUI.java#L181-L184
ID: https://github.com/CyclopsMC/IntegratedDynamics/blob/master-1.16/src/main/java/org/cyclops/integrateddynamics/part/aspect/Aspects.java#L868-L870
Contribute to SekaiRed/AmbienceBlock development by creating an account on GitHub.
A Minecraft mod to take full and automated control of your appliances. - IntegratedDynamics/Aspects.java at master-1.16 · CyclopsMC/IntegratedDynamics