Complex material javadocs
This commit is contained in:
parent
0e6fa962de
commit
863562ac87
3 changed files with 202 additions and 74 deletions
|
@ -45,7 +45,7 @@ public class GridRecipe {
|
|||
INSTANCE.materialKeys.clear();
|
||||
INSTANCE.count = 1;
|
||||
|
||||
INSTANCE.exist = BCLRecipeManager.exists(output);
|
||||
INSTANCE.exist = output != null && BCLRecipeManager.exists(output);
|
||||
|
||||
return INSTANCE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue