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

Error extracting data TypeError: Cannot read property 'item' of undefined #18

Open
uncovery opened this issue Jul 19, 2021 · 0 comments

Comments

@uncovery
Copy link

Trying to run this for 1.17.1, getting this here:

`

Make sure to have the latest version of minecraft-data installed
Created output directory

Data extraction started
Extracting biome data
Extracting block data
Extracting entity data
Extracting item data
Extracting recipe data
Extracting particles data

Error extracting data TypeError: Cannot read property 'item' of undefined
TypeError: Cannot read property 'item' of undefined
at Promise (/home/minecraft/server/mc_assets/burger-extractor/src/extractors/blocks.js:64:15)
at new Promise ()
at module.exports (/home/minecraft/server/mc_assets/burger-extractor/src/extractors/blocks.js:16:58)
at Promise.all.extractors.map.extractor (/home/minecraft/server/mc_assets/burger-extractor/src/index.js:64:49)
at Array.map ()
at run (/home/minecraft/server/mc_assets/burger-extractor/src/index.js:64:32)
at Object. (/home/minecraft/server/mc_assets/burger-extractor/src/index.js:78:1)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
`

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