PrismarineJS / minecraft-wiki-extractor

Extract structured data from the minecraft wiki
10 stars 11 forks source link

smelting recipe #14

Open rom1504 opened 8 years ago

rom1504 commented 8 years ago

extract it like crafting recipe

Gjum commented 8 years ago

schema:

[
  {
    "input": "input_name",
    "output": "output_name"
  }
]