We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blocks, Entities, nor Items appear in the output file after extracting with the command below, the same is true for any version above 1.20.2.
python munch.py --download 1.20.2 --output 1.20.2.json --toppings blocks,entities,items
Instead the output file only includes the keys for "language", and "source". Both of which I assume are included by default.
See the difference when extracting data for 1.20.1.
python munch.py --download 1.20.1 --output 1.20.1.json --toppings blocks,entities,items
In this case, the output file includes the expected "blocks", "entities", and "items" keys within the JSON object.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Blocks, Entities, nor Items appear in the output file after extracting with the command below, the same is true for any version above 1.20.2.
Instead the output file only includes the keys for "language", and "source". Both of which I assume are included by default.
See the difference when extracting data for 1.20.1.
In this case, the output file includes the expected "blocks", "entities", and "items" keys within the JSON object.
The text was updated successfully, but these errors were encountered: