PandaMods-Dev / Pandas-Falling-Trees

Makes trees fall
https://modrinth.com/mod/pandas-falling-trees
GNU General Public License v3.0
17 stars 0 forks source link

Change tree fall sound to mono to solve sound positioning #41

Closed Dariensg closed 1 year ago

Dariensg commented 1 year ago

Fixes #38

Minecraft's sound positioning system does not work with stereo files unfortunately. I went ahead and used a sound converter shell script I had handy to convert your audio file to mono, fixing this issue. I've tested before this modification and after, and it does in fact resolve the sound positioning issue!

ThePandaOliver commented 1 year ago

Thanks so much, i know nothing about minecraft's sound system at the moment so its nice get some help with this.