aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-04 21:19:02 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-04 21:19:02 +0800
commit82225991887f55047d161a18e6fa19f798c0ba67 (patch)
treec21bab31bda4e606229530a1e80826a598060fbb /src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java
parentb4c362041ced74f226edfafdb287cd6416cc14fb (diff)
downloadRoughlyEnoughItems-82225991887f55047d161a18e6fa19f798c0ba67.tar.gz
RoughlyEnoughItems-82225991887f55047d161a18e6fa19f798c0ba67.tar.bz2
RoughlyEnoughItems-82225991887f55047d161a18e6fa19f798c0ba67.zip
Stripping Recipes
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java b/src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java
index 6fffcf32f..51c12c04b 100644
--- a/src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java
+++ b/src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java
@@ -25,8 +25,6 @@ public class RecipeBaseWidget extends WidgetWithBounds {
public RecipeBaseWidget(Rectangle bounds) {
this.bounds = bounds;
- if (bounds.width < 8 || bounds.height < 8)
- throw new IllegalArgumentException("Base too small, at least 8x8!");
}
public int getBlitOffset() {