-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make it possible to get a specific revision, corresponding to a mc version #2
Comments
started in caebb29 |
missing for recipes https://github.com/PrismarineJS/minecraft-wiki-extractor/blob/master/lib/recipe_extractor.js#L73 Try to figure out whether it is possible there https://www.mediawiki.org/wiki/API:Query https://www.mediawiki.org/wiki/API:Parsing_wikitext#parse https://github.com/rom1504/parse-wikitext/blob/master/index.js#L149 https://www.mediawiki.org/wiki/Extension:DynamicPageList_(third-party) 212306e kind of does it, but the wiki is kind of bugged : revision+dpl+template doesn't quite works. (new things get expanded in old revisions) Will probably have to get all the block/item pages and find {{Crafting}} usages and parse that to get something more reliable. |
have a .json for the date <--> version |
first step, find all the crafting template in the page (for example http://minecraft.gamepedia.com/index.php?title=Stone_Bricks&action=edit§ion=3 ) |
see PrismarineJS/minecraft-data#40
The text was updated successfully, but these errors were encountered: