Fixed oredict mode in autocrafting not working at all. Fixes #2060
This commit is contained in:
@@ -58,7 +58,7 @@ public class CraftingPattern implements ICraftingPattern {
|
||||
|
||||
ores.add(input.copy());
|
||||
|
||||
for (int id : OreDictionary.getOreIDs(stack)) {
|
||||
for (int id : OreDictionary.getOreIDs(input)) {
|
||||
String name = OreDictionary.getOreName(id);
|
||||
|
||||
for (ItemStack ore : OreDictionary.getOres(name)) {
|
||||
|
||||
Reference in New Issue
Block a user