rom1504 / minecraft-crafter

Tells you how to get any item by crafting in minecraft
http://rom1504.github.io/web-minecraft-crafter/
4 stars 0 forks source link

Check for cycles #1

Closed rom1504 closed 8 years ago

rom1504 commented 8 years ago

test case : diamond_pickaxe

rom1504 commented 8 years ago

hmm I'm confused and recipes.json is confused about the 3 kinds of diamonds.

rom1504 commented 8 years ago

Oh, there's no error in the data.

You need "diamond" to make a pick axe diamond. "diamond" can be made from "block of diamond" and "block of diamond" can be made from "diamond". "diamond" can also be made by smelting, but we don't have that data.

Let's add a list of "gettableBlocks" to bypass that problem (until we get a list of smelting recipes)

rom1504 commented 8 years ago

done