Games : Minecraft all recipes in yaml, json or xml format

I need all Minecraft crafting recipes in a format that I can load into a script and use/manipulate it.


The best page I found is this http://minecraft.gamepedia.com/Crafting#Complete_recipe_list But the problem is that I can't easy parse the html and extract the recipes because there are only item names. I tried to make a script to find all Item Name -> id but that is not as easy as I expected (for e.g. on different sites, event on the same site on different pages, item names may differ in a word or a letter brick/bricks).


Ideally, if there will be somewhere (for e.g. on Github) a list of all Minecraft recipes that are always up to date.


0 comments:

Post a Comment