-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the data from minecraft-data #57
Comments
What about just adding a script that clones the minecraft-data repo, generates class definitions and converts some structs to Python source ( |
That still leave some data duplication but at least that way you can update to new minecraft-data versions by just updating the minecraft-data commit SHA you use and running that script. |
I'm waiting on a more suitable protocol schema, see PrismarineJS/minecraft-data#27 (comment) |
There should be separate issues to track all the the single modules that need to be done. |
Add minecraft-data as a submodule.
Can be used for recipes right now, later for more stuff (e.g. generate block/biome info or item info, which is needed for Inventory).
The text was updated successfully, but these errors were encountered: