Complex material javadocs

This commit is contained in:
paulevsGitch 2021-07-23 21:56:10 +03:00
parent 0e6fa962de
commit 863562ac87
3 changed files with 202 additions and 74 deletions

View file

@ -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;
}