Fix crash with malisis mods, #releaseBuild Fixes #1199
This commit is contained in:
parent
2f221ed8c8
commit
f4a641f3cb
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ public class ScrapboxRecipes extends RecipeMethods {
|
|||
}
|
||||
|
||||
static void register(ItemStack stack) {
|
||||
if(stack == null || stack.isEmpty()){
|
||||
return;
|
||||
}
|
||||
ScrapboxList.stacks.add(stack);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue