Skip to content
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

Not Extracting Blocks, Entities, or Items in 1.20.2<= #52

Open
cohenerickson opened this issue Jun 22, 2024 · 0 comments
Open

Not Extracting Blocks, Entities, or Items in 1.20.2<= #52

cohenerickson opened this issue Jun 22, 2024 · 0 comments

Comments

@cohenerickson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant