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:
@@ -550,10 +550,6 @@
|
|||||||
"output": [[1, "Wooden Pickaxe"]],
|
"output": [[1, "Wooden Pickaxe"]],
|
||||||
"input": [[3, "Oak Plank"], [2, "Stick"]],
|
"input": [[3, "Oak Plank"], [2, "Stick"]],
|
||||||
"tools": ["Crafting Table"]
|
"tools": ["Crafting Table"]
|
||||||
}, {
|
|
||||||
"output": [[1, "Wool"]],
|
|
||||||
"input": [[4, "String"]],
|
|
||||||
"tools": []
|
|
||||||
}, {
|
}, {
|
||||||
"output": [[1, "Wooden Sword"]],
|
"output": [[1, "Wooden Sword"]],
|
||||||
"input": [[2, "Oak Plank"], [1, "Stick"]],
|
"input": [[2, "Oak Plank"], [1, "Stick"]],
|
||||||
|
|||||||
Reference in New Issue
Block a user