Require conversion to ogg Minetest does not support wav
1 files changed, 0 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +0 -1
@@ 11,7 11,6 @@ In this mod's directory, run this: ```sh python3 download.py -# If you want ogg (smaller) instead of wav files, install ffmpeg and run this too: cd sounds for file in *.wav; do ffmpeg -i "${file}" "${file/%wav/ogg}"; done rm *.wav