~fgaz/minetest-thirtydollar_emojis

64b33e55567d31134bfac6569e63904678900a69 — Francesco Gazzetta 1 year, 6 months ago 3e18af6 master
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