Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't immediately short-circuit "same ingredient" checks for shaped r…
…ecipes Some mods apparently have recipes for things such as blocks from ingots and ingots from nuggets where there is not just one distinct ingredient. In those cases, they'll typically have the recipe use an extra ingredient key where the ingredient is not the tag for some ingot/nuggets, but solely the mod's own respective ingot/nugget item. As unification mods such as AlmostUnified replace this item ingredient with the tag as usual, ingredient keys aren't completely sanitised and must therefore further be checked to ensure that the "non-distinct" ingredients do actually reference the same set of items. Fixes #104.
- Loading branch information