Fixes #1601: Do not allow 0 as stacksize for recipes
This commit is contained in:
@@ -38,7 +38,6 @@ import com.google.common.base.Optional;
|
||||
|
||||
public final class FacadeRecipe implements IRecipe
|
||||
{
|
||||
|
||||
private final IComparableDefinition anchor;
|
||||
private final Optional<Item> maybeFacade;
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ import appeng.api.recipes.IIngredient;
|
||||
|
||||
public class ShapedRecipe implements IRecipe, IRecipeBakeable
|
||||
{
|
||||
|
||||
// Added in for future ease of change, but hard coded for now.
|
||||
private static final int MAX_CRAFT_GRID_WIDTH = 3;
|
||||
private static final int MAX_CRAFT_GRID_HEIGHT = 3;
|
||||
|
||||
Reference in New Issue
Block a user