Require conversion to ogg
Add license
Fix sound url
thirtydollar_emojis
Minetest modEmojis for emojis_api
scraped from https://thirtydollar.website
Before or after moving the mod to your mods
directory, you'll have to download
the sounds and images from thirtydollar.website.
In this mod's directory, run this:
python3 download.py
cd sounds
for file in *.wav; do ffmpeg -i "${file}" "${file/%wav/ogg}"; done
rm *.wav
Source code is released under 0BSD, see LICENSE.
Assets under the sounds
and textures
directories should only be present
after you run download.py
, and belong to their respective owners.