Fixes #4127: Increase JEI box for grindstone recipes (#4270)

This commit is contained in:
yueh
2020-01-30 10:06:14 +01:00
committed by GitHub
parent 00a596ea8f
commit 6ece190ac4
@@ -48,7 +48,7 @@ class GrinderRecipeCategory implements IRecipeCategory<GrinderRecipeWrapper>, 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