python-minecraft-data icon indicating copy to clipboard operation
python-minecraft-data copied to clipboard

Provide easy access to minecraft-data in python

Results 4 python-minecraft-data issues
Sort by recently updated
recently updated
newest added

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...