diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-04 21:19:02 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-04 21:19:02 +0800 |
| commit | 82225991887f55047d161a18e6fa19f798c0ba67 (patch) | |
| tree | c21bab31bda4e606229530a1e80826a598060fbb /src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java | |
| parent | b4c362041ced74f226edfafdb287cd6416cc14fb (diff) | |
| download | RoughlyEnoughItems-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.java | 2 |
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() { |
