Ignore which slot a tool is in.
Opened this issue ยท 5 comments
Is it possible to get the recipes to ignore which slot a tool is in? For example, when manually crafting, sometimes the hammer is in the top slot and the trowel is in the middle. If the hammer is called for, it ignores the trowel, but if the trowel is called for the recipe doesn't work.
What are the tool requirements for the recipe images you posted? Which tool does it require? Both?
This should be solved in 1.22.13
.
In retrospect, the tool matching should never have been treated as a bug and "fixed" in a patch version. It was never a bug to begin with because it was designed with the intention that tools would be restricted to the slots that the recipe defined and that design was foundational to several of the algorithms regarding tool matching.
It is clear now the change was not trivial and the ramifications of that change wasn't fully understood when it was made. This is a change that should have been made in a feature version.