You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like python -c "import minecraft_data.lang as l ; l.extract('1.8.8')" would be put in the README and executed by people who need it.
python-minecraft-data would try to load file in the lang dir, then it would provide the data in an usable form, if the files don't exist, the api would just return null.
Something like
python -c "import minecraft_data.lang as l ; l.extract('1.8.8')"
would be put in the README and executed by people who need it.python-minecraft-data would try to load file in the lang dir, then it would provide the data in an usable form, if the files don't exist, the api would just return null.
Related to PrismarineJS/minecraft-data#17
The text was updated successfully, but these errors were encountered: