From 6ece190ac42862305fdd2e5153a966ec3a57156e Mon Sep 17 00:00:00 2001 From: yueh Date: Thu, 30 Jan 2020 10:06:14 +0100 Subject: [PATCH] Fixes #4127: Increase JEI box for grindstone recipes (#4270) --- .../appeng/integration/modules/jei/GrinderRecipeCategory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/appeng/integration/modules/jei/GrinderRecipeCategory.java b/src/main/java/appeng/integration/modules/jei/GrinderRecipeCategory.java index b305a1a02..cfd09d818 100644 --- a/src/main/java/appeng/integration/modules/jei/GrinderRecipeCategory.java +++ b/src/main/java/appeng/integration/modules/jei/GrinderRecipeCategory.java @@ -48,7 +48,7 @@ class GrinderRecipeCategory implements IRecipeCategory, IR this.localizedName = I18n.format( "tile.appliedenergistics2.grindstone.name" ); ResourceLocation location = new ResourceLocation( AppEng.MOD_ID, "textures/guis/grinder.png" ); - this.background = guiHelper.createDrawable( location, 11, 16, 154, 64 ); + this.background = guiHelper.createDrawable( location, 11, 16, 154, 70 ); } @Override