python-minecraft-data
python-minecraft-data copied to clipboard
Provide easy access to minecraft-data in python
resolves #25 also updated minecraft_data version
The following script causes a UnicodeDecodeError on windows: ```python import minecraft_data minecraft_data('1.19.2') ```` `UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 333101: character maps to `
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...