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

Try and get rid of the bootstrapping #1

Open
rom1504 opened this issue Oct 16, 2015 · 0 comments
Open

Try and get rid of the bootstrapping #1

rom1504 opened this issue Oct 16, 2015 · 0 comments

Comments

@rom1504
Copy link
Member

rom1504 commented Oct 16, 2015

For example, we need blocks.json and items.json in the blocks extractor in order to understand "drops" block and item names.
In order to avoid the dependency to blocks.json it would be needed to get all the block<->id relation before trying to get the drops.
To avoid the items.json dependency, just run the extraction function that get the item<->id relation before getting the drops.

Similar things are done in several other places.

Depending on old data is a bad idea.

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