How to?
Hello,
I've tried to use this lib as a submodules of a project but I can't get some of the dependencies to work due to compiler settings.
Is there any how-to or easy implementario' available?
Thanks.
If you provide the error and the steps to reproduce I may be able to help
Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :)
Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:
def list_game_data_paths(path):
I did put in place a hacky "if" for now.
Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :)
Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:
def list_game_data_paths(path):I did put in place a hacky "if" for now.
This library is not intended to be used for Vanilla tbh.
This library is not intended to be used for Vanilla tbh.
Not at this moment, right ? ;)
I always prefer to start with Vanilla (and have plenty of code on how to interpret the files format like MCLQ chunks and so on..) if you like.