Changed to Null ItemStack instead of null.
This commit is contained in:
@@ -88,7 +88,7 @@ public final class FacadeRecipe implements IRecipe
|
||||
@Override
|
||||
public ItemStack getRecipeOutput() // no default output..
|
||||
{
|
||||
return null;
|
||||
return ItemStack.EMPTY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user