cech12 / ExtendedMushrooms

Minecraft Forge Mod for an extended usage of mushrooms
https://www.curseforge.com/minecraft/mc-mods/extended-mushrooms
MIT License
1 stars 4 forks source link

[Feature]: Sound for Fairy Ring #58

Closed cech12 closed 2 years ago

cech12 commented 2 years ago

Describe the Feature

Add a magical sound for Fairy Ring crafting

Examples:

cech12 commented 2 years ago

The sounds must be mono: https://bugs.mojang.com/browse/MC-146721

Stereo to mono: ffmpeg -i stereo.flac -ac 1 mono.flac

wav to ogg: ffmpeg -i audio.wav -acodec libvorbis audio.ogg

combined; ffmpeg -i audio.wav -ac 1 -acodec libvorbis audio.ogg

cech12 commented 2 years ago

Used: