Avoid cycle by removing Wool from String recipe

* The crafting algorithm isn't quite smart enough yet to detect cycles, so
  adding recipes like String -> Wool and Wool -> String will cause infinite
  loops.  So, for now, I'm removing such recipes until the algorithm is fixed.
This commit is contained in:
Andrew Miner
2013-09-03 00:11:58 -07:00
parent b7645267f0
commit a33697b7b4
-4
View File
@@ -550,10 +550,6 @@
"output": [[1, "Wooden Pickaxe"]],
"input": [[3, "Oak Plank"], [2, "Stick"]],
"tools": ["Crafting Table"]
}, {
"output": [[1, "Wool"]],
"input": [[4, "String"]],
"tools": []
}, {
"output": [[1, "Wooden Sword"]],
"input": [[2, "Oak Plank"], [1, "Stick"]],