Should fix crash with industrial foregoing
This commit is contained in:
parent
2206c7688a
commit
b4f1031d44
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ public abstract class RecipeMethods {
|
||||||
if (!OreDictionary.doesOreNameExist(name)) {
|
if (!OreDictionary.doesOreNameExist(name)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if(!OreDictionary.getOres(name).isEmpty()){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue