From 31f996ad795581cf39bec7ef6ea42309ef2944de Mon Sep 17 00:00:00 2001 From: Casey D Date: Thu, 21 May 2015 23:47:49 +0100 Subject: [PATCH] Major reformatting of all code to meet standards. --- AndroidManifest.xml | 164 +- BACKLOG | 5 + assets/Fermentables/fermentables.xml | 4709 +++--- assets/Hops/hops.xml | 3597 ++--- assets/Miscs/miscs.xml | 993 +- assets/Profiles/mash_profiles.xml | 289 +- assets/Styles/styles.xml | 11783 ++++++++++------ assets/Yeasts/yeasts.xml | 6452 ++++----- res/drawable/actionbar_tab_bg.xml | 8 +- res/drawable/bg_white.xml | 18 +- res/drawable/button_bg.xml | 48 +- res/drawable/button_text.xml | 16 +- res/drawable/drawer_selector.xml | 4 +- res/drawable/left_button_bg.xml | 72 +- res/drawable/profile_title_bg.xml | 22 +- res/drawable/right_button_bg.xml | 72 +- res/drawable/rounded_bg_transparent.xml | 22 +- res/drawable/rounded_bg_white.xml | 22 +- res/drawable/selector.xml | 36 +- res/layout/activity_brew_timer.xml | 34 +- res/layout/activity_display_recipe.xml | 11 +- res/layout/activity_main.xml | 35 +- res/layout/activity_settings.xml | 59 +- res/layout/alert_view_edit_text_float_2_4.xml | 10 +- ...rt_view_edit_text_float_with_check_box.xml | 12 +- res/layout/alert_view_edit_text_integer.xml | 10 +- res/layout/alert_view_edit_text_multiline.xml | 10 +- res/layout/alert_view_edit_text_string.xml | 10 +- res/layout/alert_view_scale.xml | 12 +- res/layout/alert_view_searchable_list.xml | 36 +- res/layout/divider.xml | 10 +- .../fragment_abv_attenuation_calculator.xml | 37 +- res/layout/fragment_brew_timer_step.xml | 48 +- res/layout/fragment_details_view.xml | 32 +- res/layout/fragment_hydrometer_calculator.xml | 1 - res/layout/fragment_ingredient_view.xml | 75 +- res/layout/fragment_instruction_view.xml | 75 +- res/layout/fragment_profile_view.xml | 141 +- res/layout/fragment_recipes.xml | 170 +- res/layout/fragment_view.xml | 103 +- res/layout/row_layout_checkbox.xml | 26 +- res/layout/row_layout_detail.xml | 113 +- res/layout/row_layout_drawer_item.xml | 24 +- res/layout/row_layout_edit_text.xml | 74 +- res/layout/row_layout_ingredient.xml | 142 +- res/layout/row_layout_instruction.xml | 72 +- res/layout/row_layout_mash_step.xml | 83 +- res/layout/row_layout_recipe.xml | 163 +- res/layout/row_layout_settings_item.xml | 75 +- res/layout/row_layout_spinner.xml | 14 +- res/layout/spinner_row_dropdown_layout.xml | 24 +- res/layout/spinner_row_layout.xml | 28 +- res/layout/view_drag_drop_list.xml | 40 +- res/layout/view_edit_fermentation_stage.xml | 20 +- res/layout/view_recipe_notes.xml | 23 +- res/layout/view_timer_controls.xml | 153 +- res/layout/view_title.xml | 70 +- res/menu/activity_add_hops.xml | 5 +- res/menu/activity_add_ingredient.xml | 5 +- res/menu/activity_add_new_recipe.xml | 5 +- res/menu/activity_add_yeast.xml | 5 +- res/menu/activity_edit_hop.xml | 5 +- res/menu/activity_edit_ingredient.xml | 5 +- res/menu/activity_edit_mash_profile.xml | 5 +- res/menu/activity_edit_recipe.xml | 5 +- res/menu/activity_edit_yeast.xml | 5 +- res/menu/activity_main.xml | 31 +- res/menu/activity_settings.xml | 5 +- res/menu/fragment_details_menu.xml | 5 +- res/menu/fragment_ingredient_menu.xml | 45 +- res/menu/fragment_instruction_menu.xml | 7 +- res/menu/fragment_mash_profiles_menu.xml | 11 +- res/menu/fragment_profile_menu.xml | 27 +- res/values-v11/styles.xml | 2 +- res/values-v14/styles.xml | 2 +- res/values/color.xml | 32 +- res/values/dslv_attrs.xml | 54 +- res/values/roboto.xml | 2 +- res/values/strings.xml | 44 +- res/values/styles.xml | 100 +- .../DragDropList/DragSortController.java | 821 +- .../DragDropList/DragSortCursorAdapter.java | 440 +- .../brews/DragDropList/DragSortItemView.java | 141 +- .../DragSortItemViewCheckable.java | 70 +- .../brews/DragDropList/DragSortListView.java | 5375 +++---- .../ResourceDragSortCursorAdapter.java | 201 +- .../SimpleDragSortCursorAdapter.java | 706 +- .../DragDropList/SimpleFloatViewManager.java | 127 +- .../exceptions/ItemNotFoundException.java | 17 +- .../frontend/AddMashProfileActivity.java | 6 +- .../brews/frontend/AddMashStepActivity.java | 25 +- .../brews/frontend/AddRecipeActivity.java | 13 +- .../brews/frontend/BrewTimerActivity.java | 958 +- src/com/biermacht/brews/frontend/Detail.java | 229 +- .../brews/frontend/DisplayRecipeActivity.java | 396 +- .../EditCustomMashProfileActivity.java | 82 +- .../EditFermentationProfileActivity.java | 16 +- .../frontend/EditMashProfileActivity.java | 246 +- .../brews/frontend/EditMashStepActivity.java | 73 +- .../frontend/EditRecipeNotesActivity.java | 191 +- .../AddCustomFermentableActivity.java | 194 +- .../AddCustomHopsActivity.java | 86 +- .../AddCustomMiscActivity.java | 88 +- .../AddCustomYeastActivity.java | 77 +- .../IngredientActivities/AddEditActivity.java | 4 +- .../AddEditIngredientActivity.java | 240 +- .../AddFermentableActivity.java | 2 +- .../IngredientActivities/AddHopsActivity.java | 29 +- .../IngredientActivities/AddMiscActivity.java | 557 +- .../AddYeastActivity.java | 6 +- .../EditCustomFermentableActivity.java | 147 +- .../EditCustomHopActivity.java | 71 +- .../EditCustomMiscActivity.java | 79 +- .../EditCustomYeastActivity.java | 87 +- .../EditFermentableActivity.java | 245 +- .../IngredientActivities/EditHopActivity.java | 224 +- .../EditMiscActivity.java | 196 +- .../EditRecipeActivity.java | 11 +- .../EditYeastActivity.java | 168 +- .../brews/frontend/MainActivity.java | 2 +- .../brews/frontend/SettingsActivity.java | 15 +- .../adapters/BeerStyleSpinnerAdapter.java | 113 +- .../BrewTimerCollectionPagerAdapter.java | 62 +- .../CustomIngredientArrayAdapter.java | 158 +- .../frontend/adapters/DetailArrayAdapter.java | 177 +- .../DisplayRecipeCollectionPagerAdapter.java | 113 +- .../adapters/IngredientArrayAdapter.java | 193 +- .../adapters/IngredientSpinnerAdapter.java | 166 +- .../adapters/InstructionArrayAdapter.java | 93 +- .../adapters/MashProfileArrayAdapter.java | 79 +- .../adapters/MashProfileSpinnerAdapter.java | 115 +- .../adapters/MashStepArrayAdapter.java | 64 +- .../frontend/adapters/RecipeArrayAdapter.java | 87 +- .../adapters/RecipeCheckboxArrayAdapter.java | 173 +- .../frontend/adapters/SpinnerAdapter.java | 116 +- .../AlcoholAttenuationCalculatorFragment.java | 1 - .../fragments/BrewTimerStepFragment.java | 515 +- .../fragments/DetailsViewFragment.java | 290 +- .../fragments/EditIngredientsFragment.java | 193 +- .../fragments/EditMashProfilesFragment.java | 129 +- .../fragments/IngredientViewFragment.java | 188 +- .../fragments/InstructionViewFragment.java | 101 +- .../fragments/ProfileViewFragment.java | 289 +- .../frontend/fragments/RecipesFragment.java | 2 +- .../StrikeWaterCalculatorFragment.java | 17 +- .../brews/ingredient/Fermentable.java | 624 +- src/com/biermacht/brews/ingredient/Hop.java | 613 +- .../brews/ingredient/Ingredient.java | 406 +- src/com/biermacht/brews/ingredient/Misc.java | 735 +- .../ingredient/PlaceholderIngredient.java | 239 +- src/com/biermacht/brews/ingredient/Water.java | 227 +- src/com/biermacht/brews/ingredient/Yeast.java | 637 +- src/com/biermacht/brews/recipe/BeerStyle.java | 669 +- .../biermacht/brews/recipe/Instruction.java | 665 +- .../brews/services/BrewTimerService.java | 451 +- .../brews/services/CountdownReceiver.java | 16 +- .../biermacht/brews/tasks/InitializeTask.java | 44 +- .../biermacht/brews/utils/AlertBuilder.java | 415 +- .../biermacht/brews/utils/BrewCalculator.java | 597 +- .../utils/Callbacks/BooleanCallback.java | 5 +- .../brews/utils/Callbacks/Callback.java | 5 +- .../biermacht/brews/utils/ColorHandler.java | 2466 ++-- src/com/biermacht/brews/utils/Constants.java | 178 +- src/com/biermacht/brews/utils/Database.java | 12 +- .../brews/utils/IngredientHandler.java | 20 +- .../brews/utils/InstructionGenerator.java | 922 +- src/com/biermacht/brews/utils/Stack.java | 58 +- src/com/biermacht/brews/utils/Units.java | 461 +- src/com/biermacht/brews/utils/Utils.java | 138 +- .../comparators/BeerStyleComparator.java | 11 +- .../FromDatabaseMashStepComparator.java | 16 +- .../comparators/IngredientComparator.java | 11 +- .../comparators/InstructionComparator.java | 44 +- .../utils/comparators/RecipeComparator.java | 11 +- .../utils/comparators/ToStringComparator.java | 12 +- .../brews/widget/CustomFontTextView.java | 32 +- .../biermacht/brews/xml/RecipeXmlReader.java | 3 +- .../biermacht/brews/xml/RecipeXmlWriter.java | 4 +- 178 files changed, 30695 insertions(+), 26966 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cc87b2f..2702366 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,29 +1,29 @@ - + + android:targetSdkVersion="17"/> - - - - + + + + + android:theme="@style/Theme.Biermacht.Brews"> - - - + android:windowSoftInputMode="adjustResize"> + + + + android:value="com.biermacht.brews.MainActivity"/> + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.EditMashProfileActivity" + android:label="@string/title_activity_edit_profile" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.AddMashStepActivity" + android:label="@string/title_activity_add_mash_step" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.EditMashStepActivity" + android:label="@string/title_activity_edit_mash_step" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.AddMashProfileActivity" + android:label="@string/title_activity_add_profile" + android:windowSoftInputMode="adjustResize"> - + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> - + android:windowSoftInputMode="adjustResize"> - + android:windowSoftInputMode="adjustResize"> - + android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize"> + android:label="@string/title_activity_brew_timer" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.AddCustomFermentableActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_add_fermentable" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.EditCustomFermentableActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_edit_fermentable" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.AddCustomHopsActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_add_hops" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.EditCustomHopActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_edit_hop" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.AddCustomMiscActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_add_misc" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.EditCustomMiscActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_edit_misc" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.AddCustomYeastActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_add_yeast" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.IngredientActivities.EditCustomYeastActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_edit_yeast" + android:windowSoftInputMode="adjustResize"> + android:name=".frontend.EditRecipeNotesActivity" + android:configChanges="orientation|screenSize" + android:label="@string/title_activity_notes" + android:windowSoftInputMode="adjustResize"> - - Acid Malt - 1 - Grain - 0.0 - 58.7 - 3.00 - FALSE - Germany - - Tangy, sour flavor. Adjusts mash pH. - - 1.50 - 4.00 - 0.00 - 6.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0270020 - 3.0 SRM - Pale Liquid Extract - - - Amber Dry Extract - 1 - Dry Extract - 0.00 - 95.00 - 12.50 - FALSE - US - - Amber colored dry malt extract. - Brown ales - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0437 - 12.5 SRM - - - - Amber Liquid Extract - 1 - Extract - 0.00 - 78.00 - 12.50 - FALSE - US - - Amber colored liquid malt extract. - Brown ales - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 12.5 SRM - - - - Amber Malt - 1 - Grain - 0.00 - 75.00 - 22.00 - FALSE - United Kingdom - - Biscuit flavor, with coffee undertones. Must be mashed. - Brown ales - 1.50 - 2.80 - 20.00 - 10.00 - 20.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 22.0 SRM - Caramel/Crystal Malt - 20L - - - Apricots (pitted) - 1 - Adjunct - 0.00 - 5 - 2 - FALSE - Fresh apricots with pits removed. - 0 - TRUE - 0.00 - 0.0 lbs - 0.0 oz - 1.002257 - - - Aromatic Malt - 1 - Grain - 0.00 - 78.00 - 26.00 - FALSE - Belgium - - Strong malt aroma. - Brown ales - 1.50 - 4.00 - 29.00 - 11.80 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 26.0 SRM - Caravienne Malt - - - Barley Hulls - 1 - Adjunct - 0.00 - 0.00 - 0.00 - FALSE - US - - Improve the speed of lautering. Neutral flavor and aroma. - - 1.50 - 4.00 - 120.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.00 - 0.0 SRM - - - - Barley, Flaked - 1 - Grain - 0.00 - 70.00 - 1.70 - FALSE - US - - Increases body and produces haze. - Porters, Stouts - 1.50 - 9.00 - 0.00 - 13.50 - 20.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0322 - 1.7 SRM - Carafoam - - - Barley, Raw - 1 - Grain - 0.00 - 60.90 - 2.00 - FALSE - US - - Increases body. - - 1.50 - 4.00 - 0.00 - 11.70 - 15.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0280140 - 2.0 SRM - Carafoam - - - Barley, Torrefied - 1 - Grain - 0.00 - 79.00 - 1.70 - FALSE - US - - Produces haze. - 1.50 - 4.00 - 0.00 - 16.00 - 40.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0363400 - 1.7 SRM - - - - Biscuit Malt - 1 - Grain - 0.00 - 79.00 - 23.00 - FALSE - Belgian - - Biscuit flavor and aroma. - English ales, brown ales and porters - 1.50 - 4.00 - 6.00 - 10.50 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0363400 - 23.0 SRM - Caramel/Crystal Malt - 20L - - - Black Patent Malt - 1 - Grain - 0.00 - 55.00 - 500.00 - FALSE - US - - Roasted flavor. Imparts dry mouthfeel. - Stouts, Porters - 1.50 - 6.00 - 0.00 - 13.20 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0253 - 500.0 SRM - - - - Black Barley - 1 - Grain - 0.00 - 55.00 - 500.00 - FALSE - US - - Coffee flavor. Imparts dry mouthfeel. - Stouts, Porters - 1.50 - 5.00 - 0.00 - 13.20 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0253 - 500.0 SRM - - - - Brown Malt - 1 - Grain - 0.00 - 70.00 - 65.00 - FALSE - United Kingdom - - Biscuit flavor. - Brown ales, porters and Belgian ales. - 1.50 - 4.00 - 0.00 - 0.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0322 - 65.0 SRM - Caramel/Crystal Malt - 60L - - - Brown Sugar, Dark - 1 - Sugar - 0.00 - 100.00 - 50.00 - FALSE - US - - Rich, sweet flavor. - Scottish ales, Holiday ales, Old ales. - 1.50 - 4.00 - 120.00 - 11.70 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0460 - 50.0 SRM - - - - Brown Sugar, Light - 1 - Sugar - 0.00 - 100.00 - 8.00 - FALSE - US - - Rich, sweet flavor. - Scottish ales, Holiday ales, Old ales. - 1.50 - 4.00 - 120.00 - 11.70 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0460 - 8.0 SRM - - - - Candi Sugar, Amber - 1 - Sugar - 0.00 - 78.30 - 75.00 - FALSE - Belgium - - Increases head retention. Sweet aroma. - Tripels, Dubbels, Holiday ales, Old ales. - 1.50 - 4.00 - 120.00 - 11.70 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 75.0 SRM - - - - Candi Sugar, Clear - 1 - Sugar - 0.00 - 78.30 - 0.50 - FALSE - Belgium - - Increases head retention. Sweet aroma. - Tripels, Dubbels, Holiday ales, Old ales. - 1.50 - 4.00 - 120.00 - 11.70 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 0.5 SRM - - - - Candi Sugar, Dark - 1 - Sugar - 0.00 - 78.30 - 275.00 - FALSE - Belgium - - Increases head retention. Sweet aroma. Adds some color. - Tripels, Dubbels, Holiday ales, Old ales. - 1.50 - 4.00 - 120.00 - 11.70 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 275.0 SRM - - - - Cane Sugar - 1 - Sugar - 0.00 - 100.00 - 0.00 - FALSE - US - - Can produce flavors similar to cider. - 1.50 - 4.00 - 120.00 - 11.70 - 7.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0460 - 0.0 SRM - - - - Cara-pils - 1 - Grain - 0.00 - 72.00 - 2.00 - FALSE - US - - Improves head retention and body. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0331200 - 2.0 SRM - - - - Caraaroma - 1 - Grain - 0.00 - 75.00 - 130.00 - FALSE - Germany - Wyermann - Rich caramel flavor, red color, and malty aroma. - 1.50 - 4.00 - 0.00 - 11.70 - 15.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 130.0 SRM - - - - Carafa I - 1 - Grain - 0.00 - 70.00 - 337.00 - FALSE - Germany - Weyermann - Used to intensify aroma and color. - Munich beers, Stouts - 1.50 - 4.00 - 0.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0322 - 337.0 SRM - - - - Carafa II - 1 - Grain - 0.00 - 70.00 - 412.00 - FALSE - Germany - Weyermann - Used to intensify aroma and color. - Munich beers, Stouts - 1.50 - 4.00 - 0.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0322 - 412.0 SRM - - - - Carafa III - 1 - Grain - 0.00 - 70.00 - 525.00 - FALSE - Germany - Weyermann - Used to intensify aroma and color. - Munich beers, Stouts - 1.50 - 4.00 - 0.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0322 - 525.0 SRM - - - - Caramel/Crystal Malt - 10L - 1 - Grain - 0.00 - 75.00 - 10.00 - FALSE - US - - Honey-like sweetness. Light in color. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 10.0 SRM - - - - Caramel/Crystal Malt - 20L - 1 - Grain - 0.00 - 75.00 - 20.00 - FALSE - US - - Caramel, honey flavor. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 20.0 SRM - - - - Caramel/Crystal Malt - 30L - 1 - Grain - 0.00 - 75.00 - 30.00 - FALSE - US - - Caramel, toffee flavor. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 30.0 SRM - - - - Caramel/Crystal Malt - 40L - 1 - Grain - 0.00 - 74.00 - 40.00 - FALSE - US - - Caramel, toasted bread flavor. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0340400 - 40.0 SRM - - - - Caramel/Crystal Malt - 60L - 1 - Grain - 0.00 - 74.00 - 60.00 - FALSE - US - - Full caramel flavor, toasted bread. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0340400 - 60.0 SRM - - - - Caramel/Crystal Malt - 80L - 1 - Grain - 0.00 - 74.00 - 80.00 - FALSE - US - - Bittersweet caramel, raisin flavor. Good in red colored beers. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0340400 - 80.0 SRM - - - - Caramel/Crystal Malt -120L - 1 - Grain - 0.00 - 72.00 - 120.00 - FALSE - US - - Bittersweet caramel, burnt sugar, and raisin flavor. - 1.50 - 4.00 - 0.00 - 10.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0331200 - 120.0 SRM - - - - Caramunich Malt - 1 - Grain - 0.00 - 71.70 - 56.00 - FALSE - Belgium - - Toasty flavor and aroma. - Belgian Ales, Bocks - 1.50 - 4.00 - 0.00 - 0.00 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0329820 - 56.0 SRM - - - - Caravienne Malt - 1 - Grain - 0.00 - 73.90 - 22.00 - FALSE - Belgium - - Light and sweet. Belgian crystal malt. - Abbey Ales - 1.50 - 4.00 - 0.00 - 0.00 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0339940 - 22.0 SRM - - - - Chocolate Malt (US) - 1 - Grain - 0.00 - 60.00 - 350.00 - FALSE - US - - Nutty or chocolate flavor. Dark brown color. - Brown Ales, Stouts - 1.50 - 4.00 - 0.00 - 13.20 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0276 - 350.0 SRM - - - - Chocolate Malt (UK) - 1 - Grain - 0.00 - 73.00 - 450.00 - FALSE - United Kingdom - - Nutty or chocolate flavor. Dark brown color. - Brown Ales, Stouts - 1.50 - 4.00 - 0.00 - 10.50 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0335800 - 450.0 SRM - - - - Chocolate Rye Malt - 1 - Grain - 0.00 - 67.50 - 250.00 - FALSE - Germany - Weyermann - Subtle roasted, toasty flavor. - Dunkelweizen, Roggenbier, Specialty beer - 1.50 - 4.00 - 0.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0310500 - 250.0 SRM - - - - Chocolate Wheat Malt - 1 - Grain - 0.00 - 71.00 - 400.00 - FALSE - Germany - Weyermann - Smooth roasted flavor without astringency. - 1.50 - 4.00 - 0.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0326600 - 400.0 SRM - - - - Corn Sugar (Dextrose) - 1 - Sugar - 0.00 - 100.00 - 0.00 - FALSE - US - - Used for bottle carbonation, typically 2/3 cup per 5 gallons - 1.50 - 4.00 - 120.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0460 - 0.0 SRM - - - - Corn Syrup - 1 - Sugar - 0.00 - 78.30 - 1.00 - FALSE - US - - Increases gravity without much flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 1.0 SRM - - - - Corn, Flaked - 1 - Grain - 0.00 - 80.00 - 1.30 - FALSE - US - - Dilutes overall malt flavor of beer. - Light Bohemian lagers, Pilsners - 1.50 - 9.00 - 0.00 - 10.00 - 40.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 1.3 SRM - Sugar, Table (Sucrose) - - - Dark Dry Extract - 1 - Dry Extract - 0.00 - 95.00 - 17.50 - FALSE - US - - Base malt for a dark extract recipe. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0437 - 17.5 SRM - - - - Dark Liquid Extract - 1 - Extract - 0.00 - 78.00 - 17.50 - FALSE - US - - Base malt for a dark extract recipe. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 17.5 SRM - - - - Dextrine Malt - 1 - Grain - 0.00 - 72.00 - 2.00 - FALSE - US - - Improves head retention and body. - 1.50 - 4.00 - 0.00 - 13.20 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0331200 - 2.0 SRM - - - - Extra Light Dry Extract - 1 - Dry Extract - 0.00 - 95.00 - 3.00 - FALSE - US - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0437 - 3.0 SRM - - - - Extra Light Liquid Extract - 1 - Liquid Extract - 0.00 - 95.00 - 3.00 - FALSE - US - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0437 - 3.0 SRM - - - - Grits - 1 - Adjunct - 0.00 - 80.00 - 1.00 - FALSE - US - - Corn or grainy taste. - American Lagers - 1.50 - 4.00 - 0.00 - 0.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 1.0 SRM - - - - Honey - 1 - Sugar - 0.00 - 75.00 - 1.00 - TRUE - US - - Light sweet flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 1.0 SRM - - - - Honey Malt - 1 - Grain - 0.00 - 80.00 - 25.00 - FALSE - Canada - Gambrinus - Very sweet, sometimes nutty flavor. - 2.00 - 3.80 - 0.00 - 10.50 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 25.0 SRM - Caramel/Crystal Malt - 20L - - - Lager Malt - 1 - Grain - 0.00 - 82.50 - 2.00 - FALSE - - - Base malt for lagers and light beers. - 1.50 - 4.00 - 100.00 - 11.00 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0379500 - 2.0 SRM - Pilsner Liquid Extract - - - Light Dry Extract - 1 - Dry Extract - 0.00 - 95.00 - 8.00 - FALSE - US - - Base malt for any ale or lager. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0437 - 8.0 SRM - - - - Lyles Golden Syrup - 1 - Extract - 0.00 - 78.30 - 0.00 - FALSE - United Kingdom - - Increases gravity without affecting flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 20.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 0.0 SRM - - - - Maple Syrup - 1 - Sugar - 0.00 - 65.20 - 35.00 - FALSE - US - - Dry, woody flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0299920 - 35.0 SRM - - - - Melanoiden Malt - 1 - Grain - 0.00 - 80.00 - 20.00 - FALSE - Germany - - Prominent malt character with subtle caramel flavor, similar to a decoction mash. - 1.30 - 3.50 - 10.00 - 11.00 - 15.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 20.0 SRM - Caramel/Crystal Malt - 20L - - - Mild Malt - 1 - Grain - 0.00 - 80.00 - 4.00 - FALSE - United Kingdom - Briess - Sweet malty flavor and aroma. Rich golden color. - 1.50 - 4.00 - 53.00 - 10.60 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 4.0 SRM - Pale Liquid Extract - - - Milk Sugar (Lactose) - 1 - Sugar - 0.00 - 76.10 - 0.00 - FALSE - US - - Adds sweetness and gravity. - Porters, Stouts - 1.50 - 4.00 - 120.00 - 11.70 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0350060 - 0.0 SRM - - - - Molasses - 1 - Sugar - 0.00 - 78.30 - 80.00 - FALSE - US - - Strong sweet flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 80.0 SRM - - - - Munich Malt - 1 - Grain - 0.00 - 80.00 - 9.00 - FALSE - Germany - - Bready malt flavor. Reddish in color. - Bock, Porter, Marzen, Oktoberfest - 1.30 - 5.00 - 72.00 - 11.50 - 80.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 9.0 SRM - Amber Liquid Extract - - - Munich Malt - 10L - 1 - Grain - 0.00 - 77.00 - 10.00 - FALSE - US - - Bready malt flavor. Light orange in color. - Bock, Porter, Marzen, Oktoberfest - 2.80 - 5.00 - 50.00 - 13.50 - 80.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0354200 - 10.0 SRM - Amber Liquid Extract - - - Munich Malt - 20L - 1 - Grain - 0.00 - 75.00 - 20.00 - FALSE - US - - Bready malt flavor. Orange in color. - Bock, Porter, Marzen, Oktoberfest - 2.80 - 5.00 - 25.00 - 13.50 - 80.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0345 - 20.0 SRM - Amber Liquid Extract - - - Oats, Flaked - 1 - Grain - 0.00 - 80.00 - 1.00 - FALSE - US - - Contributes body, mouthfeel, haze, and head retention. Must be mashed. - 1.50 - 9.00 - 0.00 - 9.00 - 30.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 1.0 SRM - Carafoam - - - Oats, Malted - 1 - Grain - 0.00 - 80.00 - 1.00 - FALSE - US - - Contributes body, mouthfeel and head retention. - 1.50 - 9.00 - 0.00 - 9.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 1.0 SRM - Carafoam - - - Pale Liquid Extract - 1 - Extract - 0.00 - 78.00 - 8.00 - FALSE - US - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 8.0 SRM - - - - Pale Malt (2 Row) Bel - 1 - Grain - 0.00 - 80.00 - 3.00 - FALSE - Belgium - - Base malt for all beer styles - 1.50 - 4.00 - 60.00 - 10.50 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 3.0 SRM - Pale Liquid Extract - - - Pale Malt (2 Row) UK - 1 - Grain - 0.00 - 78.00 - 3.00 - FALSE - United Kingdom - - Base malt for all beer styles - 1.50 - 4.00 - 45.00 - 10.10 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 3.0 SRM - Pale Liquid Extract - - - Pale Malt (2 Row) US - 1 - Grain - 0.00 - 79.00 - 2.00 - FALSE - US - - Base malt for all beer styles - 1.50 - 4.00 - 140.00 - 12.30 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0363400 - 2.0 SRM - Pale Liquid Extract - - - Pale Malt (6 Row) US - 1 - Grain - 0.00 - 76.00 - 2.00 - FALSE - US - - Base malt for all beer styles - 1.50 - 4.00 - 150.00 - 13.00 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0349600 - 2.0 SRM - Pale Liquid Extract - - - Pale Malt, Maris Otter - 1 - Grain - 0.00 - 82.50 - 3.00 - FALSE - United Kingdom - Maris Otter - Slightly nutty flavor. Base malt for all styles. - Ales, Pale ales, Bitters. - 1.50 - 3.00 - 120.00 - 11.70 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0379500 - 3.0 SRM - Pale Liquid Extract - - - Peat Smoked Malt - 1 - Grain - 0.00 - 74.00 - 2.80 - FALSE - United Kingdom - - Contributes a smoky flavor. - 1.50 - 4.00 - 0.00 - 0.00 - 20.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0340400 - 2.8 SRM - - - - Pilsner (2 Row) Bel - 1 - Grain - 0.00 - 79.00 - 2.00 - FALSE - Belgium - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 105.00 - 10.50 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0363400 - 2.0 SRM - Pilsner Liquid Extract - - - Pilsner (2 Row) Ger - 1 - Grain - 0.00 - 81.00 - 2.00 - FALSE - Germany - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 110.00 - 11.00 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0372600 - 2.0 SRM - Pilsner Liquid Extract - - - Pilsner (2 Row) UK - 1 - Grain - 0.00 - 78.00 - 1.00 - FALSE - United Kingdom - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 60.00 - 10.00 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 1.0 SRM - Pilsner Liquid Extract - - - Pilsner Liquid Extract - 1 - Extract - 0.00 - 78.00 - 3.50 - FALSE - US - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 3.5 SRM - - - - Pilsner Dry Extract - 1 - Extract - 0.00 - 78.00 - 3.50 - FALSE - US - - Use as a base malt for any ale or lager. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.044 - 3.5 SRM - - - - Rice Extract Syrup - 1 - Extract - 0.00 - 69.60 - 7.00 - FALSE - US - - Contributes gravity without affecting body or flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 15.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0320160 - 7.0 SRM - - - - Rice Hulls - 1 - Adjunct - 0.00 - 0.00 - 0.00 - FALSE - US - - Improve the speed of lautering. Neutral flavor and aroma. - 1.50 - 4.00 - 120.00 - 11.70 - 5.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.00 - 0.0 SRM - - - - Rice, Flaked - 1 - Grain - 0.00 - 70.00 - 1.00 - FALSE - US - - Contributes gravity without affecting body or flavor. - 1.50 - 9.00 - 0.00 - 10.00 - 25.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0322 - 1.0 SRM - Rice Extract Syrup - - - Roasted Barley - 1 - Grain - 0.00 - 55.00 - 300.00 - FALSE - US - - Roasted, bitter, and coffee flavors. Contributes astringent mouthfeel. - 1.50 - 5.00 - 0.00 - 13.20 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0253 - 300.0 SRM - - - - Rye Malt - 1 - Grain - 0.00 - 63.00 - 4.70 - FALSE - US - - Dry, crisp character. - 1.50 - 4.00 - 75.00 - 10.30 - 15.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0289800 - 4.7 SRM - - - - Rye, Flaked - 1 - Grain - 0.00 - 78.30 - 2.00 - FALSE - US - - Adds a dry, crisp character. - 1.50 - 4.00 - 0.00 - 0.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 2.0 SRM - - - - Smoked Malt - 1 - Grain - 0.00 - 80.00 - 9.00 - FALSE - Germany - - Smoky flavor and aroma. - 1.50 - 4.00 - 0.00 - 11.50 - 100.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0368 - 9.0 SRM - - - - Special B Malt - 1 - Grain - 0.00 - 65.20 - 180.00 - FALSE - Belgium - - Intense caramel and raisin flavor. - 1.50 - 4.00 - 0.00 - 0.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0299920 - 180.0 SRM - - - - Special Roast - 1 - Grain - 0.00 - 72.00 - 50.00 - FALSE - US - - Toasted, biscuit like flavor and aroma - 1.50 - 2.50 - 6.00 - 10.50 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0331200 - 50.0 SRM - Caramel/Crystal Malt - 60L - - - Sugar, Table (Sucrose) - 1 - Sugar - 0.00 - 100.00 - 1.00 - FALSE - US - - Increases gravity and ABV. Too much can add a cider flavor. - 1.50 - 4.00 - 120.00 - 11.70 - 10.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0460 - 1.0 SRM - - - - Toasted Malt - 1 - Grain - 0.00 - 71.70 - 27.00 - FALSE - United Kingdom - - Toasted flavor. Use for improved body without sweetness. - 1.50 - 4.00 - 0.00 - 11.70 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0329820 - 27.0 SRM - Caramel/Crystal Malt - 30L - - - Treacle - 1 - Extract - 0.00 - 78.30 - 100.00 - FALSE - United Kingdom - - Intense sweet flavor and dark color. - 1.50 - 4.00 - 120.00 - 11.70 - 15.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0360180 - 100.0 SRM - - - - Victory Malt - 1 - Grain - 0.00 - 73.00 - 25.00 - FALSE - US - - Biscuit or toasted flavor. - 1.50 - 4.00 - 50.00 - 13.20 - 15.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0335800 - 25.0 SRM - Caramel/Crystal Malt - 30L - - - Vienna Malt - 1 - Grain - 0.00 - 78.00 - 3.50 - FALSE - Germany - - Adds a golden to orange color to the beer. - 1.50 - 4.00 - 50.00 - 11.00 - 90.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 3.5 SRM - Pale Liquid Extract - - - Wheat Dry Extract - 1 - Dry Extract - 0.00 - 95.00 - 8.00 - FALSE - US - - Use as base or to increase gravity of any wheat beer. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0437 - 8.0 SRM - - - - Wheat Liquid Extract - 1 - Extract - 0.00 - 78.00 - 8.00 - FALSE - US - - Use as base or to increase gravity of any wheat beer. - 1.50 - 4.00 - 120.00 - 11.70 - 100.00 - FALSE - 0.00 - 0.0 oz - 0.0 oz - 1.0358800 - 8.0 SRM - - - - Wheat Malt (Bel) - 1 - Grain - 0.00 - 81.00 - 2.00 - FALSE - Belgium - - Adds body and improves head retention. Use as a base malt, or speciality addition. - 1.50 - 4.00 - 74.00 - 11.50 - 60.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0372600 - 2.0 SRM - Wheat Liquid Extract - - - Wheat Malt, Dark - 1 - Grain - 0.00 - 84.00 - 9.00 - FALSE - Germany - - Adds body and improves head retention. Use as a base malt, or speciality addition. - 1.50 - 3.50 - 10.00 - 11.50 - 20.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0386400 - 9.0 SRM - Wheat Liquid Extract - - - Wheat Malt (Ger) - 1 - Grain - 0.00 - 84.00 - 2.00 - FALSE - Germany - - Adds body and improves head retention. Use as a base malt, or speciality addition. - 1.50 - 4.00 - 95.00 - 12.50 - 60.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0386400 - 2.0 SRM - Wheat Liquid Extract - - - Wheat, Flaked - 1 - Grain - 0.00 - 77.00 - 1.60 - FALSE - US - - Unmalted wheat. Increases body and improves head retention. Must be mashed. - 1.50 - 9.00 - 0.00 - 16.00 - 40.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0354200 - 1.6 SRM - Wheat Liquid Extract - - - Wheat, Roasted - 1 - Grain - 0.00 - 54.30 - 425.00 - FALSE - Germany - - Dark roasted grain made from malted wheat. Provides chocolate flavors. - 1.50 - 4.00 - 0.00 - 13.00 - 10.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0249780 - 425.0 SRM - Wheat Liquid Extract - - - Wheat, Torrified - 1 - Grain - 0.00 - 79.00 - 1.70 - FALSE - US - - Torrified unmalted wheat. Adds body and improves head retention. Must be mashed. - 1.50 - 9.00 - 0.00 - 16.00 - 40.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0363400 - 1.7 SRM - Wheat Liquid Extract - - - White Wheat Malt - 1 - Grain - 0.00 - 86.00 - 2.40 - FALSE - US - - A more mild flavored wheat malt. Adds body and improves head retention. - 2.20 - 4.00 - 130.00 - 14.50 - 60.00 - TRUE - 0.00 - 0.0 oz - 0.0 oz - 1.0395600 - 2.4 SRM - Wheat Liquid Extract - + + Acid Malt + 1 + Grain + 0.0 + 58.7 + 3.00 + FALSE + Germany + + Tangy, sour flavor. Adjusts mash pH. + + 1.50 + 4.00 + 0.00 + 6.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0270020 + 3.0 SRM + Pale Liquid Extract + + + Amber Dry Extract + 1 + Dry Extract + 0.00 + 95.00 + 12.50 + FALSE + US + + Amber colored dry malt extract. + Brown ales + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0437 + 12.5 SRM + + + + Amber Liquid Extract + 1 + Extract + 0.00 + 78.00 + 12.50 + FALSE + US + + Amber colored liquid malt extract. + Brown ales + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 12.5 SRM + + + + Amber Malt + 1 + Grain + 0.00 + 75.00 + 22.00 + FALSE + United Kingdom + + Biscuit flavor, with coffee undertones. Must be mashed. + Brown ales + 1.50 + 2.80 + 20.00 + 10.00 + 20.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 22.0 SRM + Caramel/Crystal Malt - 20L + + + Apricots (pitted) + 1 + Adjunct + 0.00 + 5 + 2 + FALSE + Fresh apricots with pits removed. + 0 + TRUE + 0.00 + 0.0 lbs + 0.0 oz + 1.002257 + + + Aromatic Malt + 1 + Grain + 0.00 + 78.00 + 26.00 + FALSE + Belgium + + Strong malt aroma. + Brown ales + 1.50 + 4.00 + 29.00 + 11.80 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 26.0 SRM + Caravienne Malt + + + Barley Hulls + 1 + Adjunct + 0.00 + 0.00 + 0.00 + FALSE + US + + Improve the speed of lautering. Neutral flavor and aroma. + + 1.50 + 4.00 + 120.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.00 + 0.0 SRM + + + + Barley, Flaked + 1 + Grain + 0.00 + 70.00 + 1.70 + FALSE + US + + Increases body and produces haze. + Porters, Stouts + 1.50 + 9.00 + 0.00 + 13.50 + 20.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0322 + 1.7 SRM + Carafoam + + + Barley, Raw + 1 + Grain + 0.00 + 60.90 + 2.00 + FALSE + US + + Increases body. + + 1.50 + 4.00 + 0.00 + 11.70 + 15.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0280140 + 2.0 SRM + Carafoam + + + Barley, Torrefied + 1 + Grain + 0.00 + 79.00 + 1.70 + FALSE + US + + Produces haze. + 1.50 + 4.00 + 0.00 + 16.00 + 40.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0363400 + 1.7 SRM + + + + Biscuit Malt + 1 + Grain + 0.00 + 79.00 + 23.00 + FALSE + Belgian + + Biscuit flavor and aroma. + English ales, brown ales and porters + 1.50 + 4.00 + 6.00 + 10.50 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0363400 + 23.0 SRM + Caramel/Crystal Malt - 20L + + + Black Patent Malt + 1 + Grain + 0.00 + 55.00 + 500.00 + FALSE + US + + Roasted flavor. Imparts dry mouthfeel. + Stouts, Porters + 1.50 + 6.00 + 0.00 + 13.20 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0253 + 500.0 SRM + + + + Black Barley + 1 + Grain + 0.00 + 55.00 + 500.00 + FALSE + US + + Coffee flavor. Imparts dry mouthfeel. + Stouts, Porters + 1.50 + 5.00 + 0.00 + 13.20 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0253 + 500.0 SRM + + + + Brown Malt + 1 + Grain + 0.00 + 70.00 + 65.00 + FALSE + United Kingdom + + Biscuit flavor. + Brown ales, porters and Belgian ales. + 1.50 + 4.00 + 0.00 + 0.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0322 + 65.0 SRM + Caramel/Crystal Malt - 60L + + + Brown Sugar, Dark + 1 + Sugar + 0.00 + 100.00 + 50.00 + FALSE + US + + Rich, sweet flavor. + Scottish ales, Holiday ales, Old ales. + 1.50 + 4.00 + 120.00 + 11.70 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0460 + 50.0 SRM + + + + Brown Sugar, Light + 1 + Sugar + 0.00 + 100.00 + 8.00 + FALSE + US + + Rich, sweet flavor. + Scottish ales, Holiday ales, Old ales. + 1.50 + 4.00 + 120.00 + 11.70 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0460 + 8.0 SRM + + + + Candi Sugar, Amber + 1 + Sugar + 0.00 + 78.30 + 75.00 + FALSE + Belgium + + Increases head retention. Sweet aroma. + Tripels, Dubbels, Holiday ales, Old ales. + 1.50 + 4.00 + 120.00 + 11.70 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 75.0 SRM + + + + Candi Sugar, Clear + 1 + Sugar + 0.00 + 78.30 + 0.50 + FALSE + Belgium + + Increases head retention. Sweet aroma. + Tripels, Dubbels, Holiday ales, Old ales. + 1.50 + 4.00 + 120.00 + 11.70 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 0.5 SRM + + + + Candi Sugar, Dark + 1 + Sugar + 0.00 + 78.30 + 275.00 + FALSE + Belgium + + Increases head retention. Sweet aroma. Adds some color. + Tripels, Dubbels, Holiday ales, Old ales. + 1.50 + 4.00 + 120.00 + 11.70 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 275.0 SRM + + + + Cane Sugar + 1 + Sugar + 0.00 + 100.00 + 0.00 + FALSE + US + + Can produce flavors similar to cider. + 1.50 + 4.00 + 120.00 + 11.70 + 7.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0460 + 0.0 SRM + + + + Cara-pils + 1 + Grain + 0.00 + 72.00 + 2.00 + FALSE + US + + Improves head retention and body. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0331200 + 2.0 SRM + + + + Caraaroma + 1 + Grain + 0.00 + 75.00 + 130.00 + FALSE + Germany + Wyermann + Rich caramel flavor, red color, and malty aroma. + 1.50 + 4.00 + 0.00 + 11.70 + 15.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 130.0 SRM + + + + Carafa I + 1 + Grain + 0.00 + 70.00 + 337.00 + FALSE + Germany + Weyermann + Used to intensify aroma and color. + Munich beers, Stouts + 1.50 + 4.00 + 0.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0322 + 337.0 SRM + + + + Carafa II + 1 + Grain + 0.00 + 70.00 + 412.00 + FALSE + Germany + Weyermann + Used to intensify aroma and color. + Munich beers, Stouts + 1.50 + 4.00 + 0.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0322 + 412.0 SRM + + + + Carafa III + 1 + Grain + 0.00 + 70.00 + 525.00 + FALSE + Germany + Weyermann + Used to intensify aroma and color. + Munich beers, Stouts + 1.50 + 4.00 + 0.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0322 + 525.0 SRM + + + + Caramel/Crystal Malt - 10L + 1 + Grain + 0.00 + 75.00 + 10.00 + FALSE + US + + Honey-like sweetness. Light in color. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 10.0 SRM + + + + Caramel/Crystal Malt - 20L + 1 + Grain + 0.00 + 75.00 + 20.00 + FALSE + US + + Caramel, honey flavor. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 20.0 SRM + + + + Caramel/Crystal Malt - 30L + 1 + Grain + 0.00 + 75.00 + 30.00 + FALSE + US + + Caramel, toffee flavor. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 30.0 SRM + + + + Caramel/Crystal Malt - 40L + 1 + Grain + 0.00 + 74.00 + 40.00 + FALSE + US + + Caramel, toasted bread flavor. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0340400 + 40.0 SRM + + + + Caramel/Crystal Malt - 60L + 1 + Grain + 0.00 + 74.00 + 60.00 + FALSE + US + + Full caramel flavor, toasted bread. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0340400 + 60.0 SRM + + + + Caramel/Crystal Malt - 80L + 1 + Grain + 0.00 + 74.00 + 80.00 + FALSE + US + + Bittersweet caramel, raisin flavor. Good in red colored beers. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0340400 + 80.0 SRM + + + + Caramel/Crystal Malt -120L + 1 + Grain + 0.00 + 72.00 + 120.00 + FALSE + US + + Bittersweet caramel, burnt sugar, and raisin flavor. + 1.50 + 4.00 + 0.00 + 10.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0331200 + 120.0 SRM + + + + Caramunich Malt + 1 + Grain + 0.00 + 71.70 + 56.00 + FALSE + Belgium + + Toasty flavor and aroma. + Belgian Ales, Bocks + 1.50 + 4.00 + 0.00 + 0.00 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0329820 + 56.0 SRM + + + + Caravienne Malt + 1 + Grain + 0.00 + 73.90 + 22.00 + FALSE + Belgium + + Light and sweet. Belgian crystal malt. + Abbey Ales + 1.50 + 4.00 + 0.00 + 0.00 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0339940 + 22.0 SRM + + + + Chocolate Malt (US) + 1 + Grain + 0.00 + 60.00 + 350.00 + FALSE + US + + Nutty or chocolate flavor. Dark brown color. + Brown Ales, Stouts + 1.50 + 4.00 + 0.00 + 13.20 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0276 + 350.0 SRM + + + + Chocolate Malt (UK) + 1 + Grain + 0.00 + 73.00 + 450.00 + FALSE + United Kingdom + + Nutty or chocolate flavor. Dark brown color. + Brown Ales, Stouts + 1.50 + 4.00 + 0.00 + 10.50 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0335800 + 450.0 SRM + + + + Chocolate Rye Malt + 1 + Grain + 0.00 + 67.50 + 250.00 + FALSE + Germany + Weyermann + Subtle roasted, toasty flavor. + Dunkelweizen, Roggenbier, Specialty beer + 1.50 + 4.00 + 0.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0310500 + 250.0 SRM + + + + Chocolate Wheat Malt + 1 + Grain + 0.00 + 71.00 + 400.00 + FALSE + Germany + Weyermann + Smooth roasted flavor without astringency. + 1.50 + 4.00 + 0.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0326600 + 400.0 SRM + + + + Corn Sugar (Dextrose) + 1 + Sugar + 0.00 + 100.00 + 0.00 + FALSE + US + + Used for bottle carbonation, typically 2/3 cup per 5 gallons + 1.50 + 4.00 + 120.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0460 + 0.0 SRM + + + + Corn Syrup + 1 + Sugar + 0.00 + 78.30 + 1.00 + FALSE + US + + Increases gravity without much flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 1.0 SRM + + + + Corn, Flaked + 1 + Grain + 0.00 + 80.00 + 1.30 + FALSE + US + + Dilutes overall malt flavor of beer. + Light Bohemian lagers, Pilsners + 1.50 + 9.00 + 0.00 + 10.00 + 40.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 1.3 SRM + Sugar, Table (Sucrose) + + + Dark Dry Extract + 1 + Dry Extract + 0.00 + 95.00 + 17.50 + FALSE + US + + Base malt for a dark extract recipe. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0437 + 17.5 SRM + + + + Dark Liquid Extract + 1 + Extract + 0.00 + 78.00 + 17.50 + FALSE + US + + Base malt for a dark extract recipe. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 17.5 SRM + + + + Dextrine Malt + 1 + Grain + 0.00 + 72.00 + 2.00 + FALSE + US + + Improves head retention and body. + 1.50 + 4.00 + 0.00 + 13.20 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0331200 + 2.0 SRM + + + + Extra Light Dry Extract + 1 + Dry Extract + 0.00 + 95.00 + 3.00 + FALSE + US + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0437 + 3.0 SRM + + + + Extra Light Liquid Extract + 1 + Liquid Extract + 0.00 + 95.00 + 3.00 + FALSE + US + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0437 + 3.0 SRM + + + + Grits + 1 + Adjunct + 0.00 + 80.00 + 1.00 + FALSE + US + + Corn or grainy taste. + American Lagers + 1.50 + 4.00 + 0.00 + 0.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 1.0 SRM + + + + Honey + 1 + Sugar + 0.00 + 75.00 + 1.00 + TRUE + US + + Light sweet flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 1.0 SRM + + + + Honey Malt + 1 + Grain + 0.00 + 80.00 + 25.00 + FALSE + Canada + Gambrinus + Very sweet, sometimes nutty flavor. + 2.00 + 3.80 + 0.00 + 10.50 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 25.0 SRM + Caramel/Crystal Malt - 20L + + + Lager Malt + 1 + Grain + 0.00 + 82.50 + 2.00 + FALSE + + + Base malt for lagers and light beers. + 1.50 + 4.00 + 100.00 + 11.00 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0379500 + 2.0 SRM + Pilsner Liquid Extract + + + Light Dry Extract + 1 + Dry Extract + 0.00 + 95.00 + 8.00 + FALSE + US + + Base malt for any ale or lager. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0437 + 8.0 SRM + + + + Lyles Golden Syrup + 1 + Extract + 0.00 + 78.30 + 0.00 + FALSE + United Kingdom + + Increases gravity without affecting flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 20.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 0.0 SRM + + + + Maple Syrup + 1 + Sugar + 0.00 + 65.20 + 35.00 + FALSE + US + + Dry, woody flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0299920 + 35.0 SRM + + + + Melanoiden Malt + 1 + Grain + 0.00 + 80.00 + 20.00 + FALSE + Germany + + Prominent malt character with subtle caramel flavor, similar to a decoction mash. + + 1.30 + 3.50 + 10.00 + 11.00 + 15.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 20.0 SRM + Caramel/Crystal Malt - 20L + + + Mild Malt + 1 + Grain + 0.00 + 80.00 + 4.00 + FALSE + United Kingdom + Briess + Sweet malty flavor and aroma. Rich golden color. + 1.50 + 4.00 + 53.00 + 10.60 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 4.0 SRM + Pale Liquid Extract + + + Milk Sugar (Lactose) + 1 + Sugar + 0.00 + 76.10 + 0.00 + FALSE + US + + Adds sweetness and gravity. + Porters, Stouts + 1.50 + 4.00 + 120.00 + 11.70 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0350060 + 0.0 SRM + + + + Molasses + 1 + Sugar + 0.00 + 78.30 + 80.00 + FALSE + US + + Strong sweet flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 80.0 SRM + + + + Munich Malt + 1 + Grain + 0.00 + 80.00 + 9.00 + FALSE + Germany + + Bready malt flavor. Reddish in color. + Bock, Porter, Marzen, Oktoberfest + 1.30 + 5.00 + 72.00 + 11.50 + 80.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 9.0 SRM + Amber Liquid Extract + + + Munich Malt - 10L + 1 + Grain + 0.00 + 77.00 + 10.00 + FALSE + US + + Bready malt flavor. Light orange in color. + Bock, Porter, Marzen, Oktoberfest + 2.80 + 5.00 + 50.00 + 13.50 + 80.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0354200 + 10.0 SRM + Amber Liquid Extract + + + Munich Malt - 20L + 1 + Grain + 0.00 + 75.00 + 20.00 + FALSE + US + + Bready malt flavor. Orange in color. + Bock, Porter, Marzen, Oktoberfest + 2.80 + 5.00 + 25.00 + 13.50 + 80.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0345 + 20.0 SRM + Amber Liquid Extract + + + Oats, Flaked + 1 + Grain + 0.00 + 80.00 + 1.00 + FALSE + US + + Contributes body, mouthfeel, haze, and head retention. Must be mashed. + 1.50 + 9.00 + 0.00 + 9.00 + 30.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 1.0 SRM + Carafoam + + + Oats, Malted + 1 + Grain + 0.00 + 80.00 + 1.00 + FALSE + US + + Contributes body, mouthfeel and head retention. + 1.50 + 9.00 + 0.00 + 9.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 1.0 SRM + Carafoam + + + Pale Liquid Extract + 1 + Extract + 0.00 + 78.00 + 8.00 + FALSE + US + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 8.0 SRM + + + + Pale Malt (2 Row) Bel + 1 + Grain + 0.00 + 80.00 + 3.00 + FALSE + Belgium + + Base malt for all beer styles + 1.50 + 4.00 + 60.00 + 10.50 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 3.0 SRM + Pale Liquid Extract + + + Pale Malt (2 Row) UK + 1 + Grain + 0.00 + 78.00 + 3.00 + FALSE + United Kingdom + + Base malt for all beer styles + 1.50 + 4.00 + 45.00 + 10.10 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 3.0 SRM + Pale Liquid Extract + + + Pale Malt (2 Row) US + 1 + Grain + 0.00 + 79.00 + 2.00 + FALSE + US + + Base malt for all beer styles + 1.50 + 4.00 + 140.00 + 12.30 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0363400 + 2.0 SRM + Pale Liquid Extract + + + Pale Malt (6 Row) US + 1 + Grain + 0.00 + 76.00 + 2.00 + FALSE + US + + Base malt for all beer styles + 1.50 + 4.00 + 150.00 + 13.00 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0349600 + 2.0 SRM + Pale Liquid Extract + + + Pale Malt, Maris Otter + 1 + Grain + 0.00 + 82.50 + 3.00 + FALSE + United Kingdom + Maris Otter + Slightly nutty flavor. Base malt for all styles. + Ales, Pale ales, Bitters. + 1.50 + 3.00 + 120.00 + 11.70 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0379500 + 3.0 SRM + Pale Liquid Extract + + + Peat Smoked Malt + 1 + Grain + 0.00 + 74.00 + 2.80 + FALSE + United Kingdom + + Contributes a smoky flavor. + 1.50 + 4.00 + 0.00 + 0.00 + 20.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0340400 + 2.8 SRM + + + + Pilsner (2 Row) Bel + 1 + Grain + 0.00 + 79.00 + 2.00 + FALSE + Belgium + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 105.00 + 10.50 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0363400 + 2.0 SRM + Pilsner Liquid Extract + + + Pilsner (2 Row) Ger + 1 + Grain + 0.00 + 81.00 + 2.00 + FALSE + Germany + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 110.00 + 11.00 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0372600 + 2.0 SRM + Pilsner Liquid Extract + + + Pilsner (2 Row) UK + 1 + Grain + 0.00 + 78.00 + 1.00 + FALSE + United Kingdom + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 60.00 + 10.00 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 1.0 SRM + Pilsner Liquid Extract + + + Pilsner Liquid Extract + 1 + Extract + 0.00 + 78.00 + 3.50 + FALSE + US + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 3.5 SRM + + + + Pilsner Dry Extract + 1 + Extract + 0.00 + 78.00 + 3.50 + FALSE + US + + Use as a base malt for any ale or lager. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.044 + 3.5 SRM + + + + Rice Extract Syrup + 1 + Extract + 0.00 + 69.60 + 7.00 + FALSE + US + + Contributes gravity without affecting body or flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 15.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0320160 + 7.0 SRM + + + + Rice Hulls + 1 + Adjunct + 0.00 + 0.00 + 0.00 + FALSE + US + + Improve the speed of lautering. Neutral flavor and aroma. + 1.50 + 4.00 + 120.00 + 11.70 + 5.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.00 + 0.0 SRM + + + + Rice, Flaked + 1 + Grain + 0.00 + 70.00 + 1.00 + FALSE + US + + Contributes gravity without affecting body or flavor. + 1.50 + 9.00 + 0.00 + 10.00 + 25.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0322 + 1.0 SRM + Rice Extract Syrup + + + Roasted Barley + 1 + Grain + 0.00 + 55.00 + 300.00 + FALSE + US + + Roasted, bitter, and coffee flavors. Contributes astringent mouthfeel. + 1.50 + 5.00 + 0.00 + 13.20 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0253 + 300.0 SRM + + + + Rye Malt + 1 + Grain + 0.00 + 63.00 + 4.70 + FALSE + US + + Dry, crisp character. + 1.50 + 4.00 + 75.00 + 10.30 + 15.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0289800 + 4.7 SRM + + + + Rye, Flaked + 1 + Grain + 0.00 + 78.30 + 2.00 + FALSE + US + + Adds a dry, crisp character. + 1.50 + 4.00 + 0.00 + 0.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 2.0 SRM + + + + Smoked Malt + 1 + Grain + 0.00 + 80.00 + 9.00 + FALSE + Germany + + Smoky flavor and aroma. + 1.50 + 4.00 + 0.00 + 11.50 + 100.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0368 + 9.0 SRM + + + + Special B Malt + 1 + Grain + 0.00 + 65.20 + 180.00 + FALSE + Belgium + + Intense caramel and raisin flavor. + 1.50 + 4.00 + 0.00 + 0.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0299920 + 180.0 SRM + + + + Special Roast + 1 + Grain + 0.00 + 72.00 + 50.00 + FALSE + US + + Toasted, biscuit like flavor and aroma + 1.50 + 2.50 + 6.00 + 10.50 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0331200 + 50.0 SRM + Caramel/Crystal Malt - 60L + + + Sugar, Table (Sucrose) + 1 + Sugar + 0.00 + 100.00 + 1.00 + FALSE + US + + Increases gravity and ABV. Too much can add a cider flavor. + 1.50 + 4.00 + 120.00 + 11.70 + 10.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0460 + 1.0 SRM + + + + Toasted Malt + 1 + Grain + 0.00 + 71.70 + 27.00 + FALSE + United Kingdom + + Toasted flavor. Use for improved body without sweetness. + 1.50 + 4.00 + 0.00 + 11.70 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0329820 + 27.0 SRM + Caramel/Crystal Malt - 30L + + + Treacle + 1 + Extract + 0.00 + 78.30 + 100.00 + FALSE + United Kingdom + + Intense sweet flavor and dark color. + 1.50 + 4.00 + 120.00 + 11.70 + 15.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0360180 + 100.0 SRM + + + + Victory Malt + 1 + Grain + 0.00 + 73.00 + 25.00 + FALSE + US + + Biscuit or toasted flavor. + 1.50 + 4.00 + 50.00 + 13.20 + 15.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0335800 + 25.0 SRM + Caramel/Crystal Malt - 30L + + + Vienna Malt + 1 + Grain + 0.00 + 78.00 + 3.50 + FALSE + Germany + + Adds a golden to orange color to the beer. + 1.50 + 4.00 + 50.00 + 11.00 + 90.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 3.5 SRM + Pale Liquid Extract + + + Wheat Dry Extract + 1 + Dry Extract + 0.00 + 95.00 + 8.00 + FALSE + US + + Use as base or to increase gravity of any wheat beer. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0437 + 8.0 SRM + + + + Wheat Liquid Extract + 1 + Extract + 0.00 + 78.00 + 8.00 + FALSE + US + + Use as base or to increase gravity of any wheat beer. + 1.50 + 4.00 + 120.00 + 11.70 + 100.00 + FALSE + 0.00 + 0.0 oz + 0.0 oz + 1.0358800 + 8.0 SRM + + + + Wheat Malt (Bel) + 1 + Grain + 0.00 + 81.00 + 2.00 + FALSE + Belgium + + Adds body and improves head retention. Use as a base malt, or speciality addition. + + 1.50 + 4.00 + 74.00 + 11.50 + 60.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0372600 + 2.0 SRM + Wheat Liquid Extract + + + Wheat Malt, Dark + 1 + Grain + 0.00 + 84.00 + 9.00 + FALSE + Germany + + Adds body and improves head retention. Use as a base malt, or speciality addition. + + 1.50 + 3.50 + 10.00 + 11.50 + 20.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0386400 + 9.0 SRM + Wheat Liquid Extract + + + Wheat Malt (Ger) + 1 + Grain + 0.00 + 84.00 + 2.00 + FALSE + Germany + + Adds body and improves head retention. Use as a base malt, or speciality addition. + + 1.50 + 4.00 + 95.00 + 12.50 + 60.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0386400 + 2.0 SRM + Wheat Liquid Extract + + + Wheat, Flaked + 1 + Grain + 0.00 + 77.00 + 1.60 + FALSE + US + + Unmalted wheat. Increases body and improves head retention. Must be mashed. + 1.50 + 9.00 + 0.00 + 16.00 + 40.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0354200 + 1.6 SRM + Wheat Liquid Extract + + + Wheat, Roasted + 1 + Grain + 0.00 + 54.30 + 425.00 + FALSE + Germany + + Dark roasted grain made from malted wheat. Provides chocolate flavors. + 1.50 + 4.00 + 0.00 + 13.00 + 10.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0249780 + 425.0 SRM + Wheat Liquid Extract + + + Wheat, Torrified + 1 + Grain + 0.00 + 79.00 + 1.70 + FALSE + US + + Torrified unmalted wheat. Adds body and improves head retention. Must be mashed. + + 1.50 + 9.00 + 0.00 + 16.00 + 40.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0363400 + 1.7 SRM + Wheat Liquid Extract + + + White Wheat Malt + 1 + Grain + 0.00 + 86.00 + 2.40 + FALSE + US + + A more mild flavored wheat malt. Adds body and improves head retention. + 2.20 + 4.00 + 130.00 + 14.50 + 60.00 + TRUE + 0.00 + 0.0 oz + 0.0 oz + 1.0395600 + 2.4 SRM + Wheat Liquid Extract + diff --git a/assets/Hops/hops.xml b/assets/Hops/hops.xml index c897ad5..ad3cfb8 100644 --- a/assets/Hops/hops.xml +++ b/assets/Hops/hops.xml @@ -1,1785 +1,1816 @@ - - - Admiral - 1 - United Kingdom - 14.7500000 - 0.0000000 - Boil - - Primarily for bittering. Used for: Ales - Target, Northdown, Challenger - Bittering -
Pellet
- 5.6000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Ahtanum - 1 - U.S. - 6.0000000 - 0.0000000 - Boil - - Floral and citrus, with moderate bittering. Used for: American ales and lagers - Amarillo, Cascade - Aroma -
Pellet
- 5.2500000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Amarillo Gold - 1 - U.S. - 8.5000000 - 0.0000000 - Boil - - Citrus and floral, good bittering. Used for: IPAs, Ales - Cascade, Centennial - Aroma -
Pellet
- 6.0000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Apollo - 1 - U.S. - 17.0000000 - 0.0000000 - Boil - - Strong bittering hop. Grapefruit notes. - Nugget, Columbus, Tomahawk, Zeus - Bittering -
Pellet
- 6.7500000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Atlas - 1 - Slovenia - 9.0000000 - 0.0000000 - Boil - - Primarily for bittering. Used for: Bittering ales, lagers - Brewers Gold - Bittering -
Pellet
- 3.7000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Aurora - 1 - Slovenia - 8.2500000 - 0.0000000 - Boil - - similar to Styrian Goldings but lighter. Used for: Lagers. - Styrian Goldings - Both -
Pellet
- 3.5000000 - 23.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Banner - 1 - U.S. - 10.0000000 - 0.0000000 - Boil - - Primarily for bittering. Used for: U.S. style ales - Cluster - Bittering -
Pellet
- 4.0000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Bobek - 1 - Slovenia - 5.2500000 - 0.0000000 - Boil - - Pleasant hop aroma and flavor. Used for: Moderate English ales and lagers/Pilsners - Northern Brewer - Both -
Pellet
- 5.0000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Bramling Cross - 1 - United Kingdom - 6.0000000 - 0.0000000 - Boil - - Fruity, currant, mild. Used for: ESB, Bitters, Pale Ale - East Kent Goldings, Progress, Whitbred - Aroma -
Pellet
- 3.0000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Bravo - 1 - U.S. - 15.5000000 - 0.0000000 - Boil - - Fruity and floral. Good bittering hop. - Columbus, Zeus, Tomahawk - Bittering -
Pellet
- 3.5000000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Brewer's Gold - 1 - United Kingdom - 8.0000000 - 0.0000000 - Boil - - Strong bittering hop. Used for: English Ales, heavy German Lagers - Northern Brewer, Galena, Chinook, Eroica - Bittering -
Pellet
- 3.7000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Bullion - 1 - United Kingdom - 8.0000000 - 0.0000000 - Boil - - Sharp bittering hop. Currant flavor. Used for: dark English Ales, heavy German Lagers - Chinook, Eroica, Brewer's Gold - Bittering -
Pellet
- 4.5000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Cascade - 1 - U.S. - 5.5000000 - 0.0000000 - Boil - - Spicy, floral, grapefruit. Used for: American ales and lagers - Centennial - Both -
Pellet
- 6.0000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Celeia - 1 - Slovenia - 4.5000000 - 0.0000000 - Boil - - Similar in aroma to Saaz. Good for bittering. Used for: Light lagers, Pilsners, Belgian ales. - Saaz, Styrian Goldings - Both -
Pellet
- 2.6000000 - 23.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Centennial - 1 - U.S. - 10.0000000 - 0.0000000 - Boil - - Floral, citrus, spicy. Clean bittering flavor. Used for: American ales and Wheats - Galena, Eroica, Nugget, Bullion - Both -
Pellet
- 4.0000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Challenger - 1 - United Kingdom - 7.5000000 - 0.0000000 - Boil - - Fruity, spicy. Good bittering hop. Used for: Ales, Lagers - N/A - Aroma -
Pellet
- 4.0000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Chelan - 1 - U.S. - 13.2500000 - 0.0000000 - Boil - - Primarily for bittering. Citrus notes. - Galena - Bittering -
Pellet
- 9.2500000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Chinook - 1 - U.S. - 13.0000000 - 0.0000000 - Boil - - Strong bittering hop. Heavy and spicy. Used for: Ales, porters, stouts - Galena, Eroica, Nugget, Bullion - Bittering -
Pellet
- 3.6000000 - 42.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Citra - 1 - U.S. - 12.0000000 - 0.0000000 - Boil - - Citrus, tropical fruit. - N/A - Both -
Pellet
- 4.0000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Cluster - 1 - U.S. - 7.0000000 - 0.0000000 - Boil - - Primarily for bittering. Floral, slightly spicy. - Eroica, Galena - Bittering -
Pellet
- 4.8000000 - 16.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Columbia - 1 - United Kingdom - 5.5000000 - 0.0000000 - Boil - - Sibling of Williamette hops. Used for: All English Ales - Fuggles, Williamette - Bittering -
Pellet
- 3.0000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Columbus (Tomahawk) - 1 - U.S. - 14.0000000 - 0.0000000 - Boil - - Strong bittering hops. Spicy. Used for: IPA, American Pale Ale, Stout, Lager - Centennial - Bittering -
Pellet
- 5.0000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Comet - 1 - U.S. - 9.5000000 - 0.0000000 - Boil - - Very strong bittering hops. - N/A - Bittering -
Pellet
- 4.0000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Crystal - 1 - U.S. - 3.5000000 - 0.0000000 - Boil - - Mild, slightly spicy. Used for: Lagers - Hallertauer, Mount Liberty - Aroma -
Pellet
- 5.2000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Eroica - 1 - U.S. - 13.0000000 - 0.0000000 - Boil - - Primarily for bittering. Used for: Ales, Porters, Stouts - Galena, Northern Brewer, Chinook - Bittering -
Pellet
- 4.8000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - First Gold - 1 - United Kingdom - 7.5000000 - 0.0000000 - Boil - - Spicy. Used for: Ales, ESB - East Kent Goldings, Crystal - Both -
Pellet
- 3.5000000 - 12.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Fuggles - 1 - United Kingdom - 4.5000000 - 0.0000000 - Boil - - Mild, grassy, floral. Used for: English Ales, Dark Lagers - East Kent Goldings, Williamette - Aroma -
Pellet
- 2.0000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Galaxy - 1 - Australia - 14.0000000 - 0.0000000 - Boil - - Strong bittering hop. Citrus, passionfruit (late addition) - N/A - Bittering -
Pellet
- 5.9000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Galena - 1 - U.S. - 12.5000000 - 0.0000000 - Boil - - Strong bittering hops. Used for: all beers - Eroica, Northern Brewer, Cluster, Chinook - Bittering -
Pellet
- 8.0000000 - 21.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Glacier - 1 - U.S. - 5.6000000 - 0.0000000 - Boil - - Excellent, hoppy - N/A - Aroma -
Pellet
- 7.6000000 - 28.5000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Goldings, B.C. - 1 - Canada - 5.0000000 - 0.0000000 - Boil - - Spicy, floral, mild. Used for: British ales, Bitters, Porters and Stouts. - East Kent Goldings, Fuggles - Aroma -
Pellet
- 3.2000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Goldings, East Kent - 1 - United Kingdom - 5.0000000 - 0.0000000 - Boil - - Floral, earthy, slightly sweet, spicy. Used for: British Ales - Fuggles, BC Goldings - Aroma -
Pellet
- 3.5000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Green Bullet - 1 - New Zealand - 13.5000000 - 0.0000000 - Boil - - Primarily for bittering. Floral, raisin. Used for: Australian-style ales and lagers. - Styrian Goldings - Bittering -
Pellet
- 7.0000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Greenburg - 1 - U.S. - 5.2000000 - 0.0000000 - Boil - - Fruity, woody. - N/A - Aroma -
Pellet
- 7.2000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Hallertauer - 1 - Germany - 4.8000000 - 0.0000000 - Boil - - Mild, spicy, neutral. Used for: German Ales, German/US/Canadian Lagers, Wheat Beers - Crystal, Liberty, Hallertauer Mittelfrueh - Aroma -
Pellet
- 4.0000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Hallertauer Hersbrucker - 1 - Germany - 4.0000000 - 0.0000000 - Boil - - Mild, herbal. Used for: German style Lagers and Wheat beers - Mt. Hood, Liberty, Hallertauer, Mittelfrueh + + + + Admiral + 1 + United Kingdom + 14.7500000 + 0.0000000 + Boil + + Primarily for bittering. Used for: Ales + Target, Northdown, Challenger + Bittering +
Pellet
+ 5.6000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Ahtanum + 1 + U.S. + 6.0000000 + 0.0000000 + Boil + + Floral and citrus, with moderate bittering. Used for: American ales and lagers + + Amarillo, Cascade + Aroma +
Pellet
+ 5.2500000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Amarillo Gold + 1 + U.S. + 8.5000000 + 0.0000000 + Boil + + Citrus and floral, good bittering. Used for: IPAs, Ales + Cascade, Centennial + Aroma +
Pellet
+ 6.0000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Apollo + 1 + U.S. + 17.0000000 + 0.0000000 + Boil + + Strong bittering hop. Grapefruit notes. + Nugget, Columbus, Tomahawk, Zeus + Bittering +
Pellet
+ 6.7500000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Atlas + 1 + Slovenia + 9.0000000 + 0.0000000 + Boil + + Primarily for bittering. Used for: Bittering ales, lagers + Brewers Gold + Bittering +
Pellet
+ 3.7000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Aurora + 1 + Slovenia + 8.2500000 + 0.0000000 + Boil + + similar to Styrian Goldings but lighter. Used for: Lagers. + Styrian Goldings + Both +
Pellet
+ 3.5000000 + 23.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Banner + 1 + U.S. + 10.0000000 + 0.0000000 + Boil + + Primarily for bittering. Used for: U.S. style ales + Cluster + Bittering +
Pellet
+ 4.0000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Bobek + 1 + Slovenia + 5.2500000 + 0.0000000 + Boil + + Pleasant hop aroma and flavor. Used for: Moderate English ales and lagers/Pilsners + + Northern Brewer + Both +
Pellet
+ 5.0000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Bramling Cross + 1 + United Kingdom + 6.0000000 + 0.0000000 + Boil + + Fruity, currant, mild. Used for: ESB, Bitters, Pale Ale + East Kent Goldings, Progress, Whitbred + Aroma +
Pellet
+ 3.0000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Bravo + 1 + U.S. + 15.5000000 + 0.0000000 + Boil + + Fruity and floral. Good bittering hop. + Columbus, Zeus, Tomahawk + Bittering +
Pellet
+ 3.5000000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Brewer's Gold + 1 + United Kingdom + 8.0000000 + 0.0000000 + Boil + + Strong bittering hop. Used for: English Ales, heavy German Lagers + Northern Brewer, Galena, Chinook, Eroica + Bittering +
Pellet
+ 3.7000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Bullion + 1 + United Kingdom + 8.0000000 + 0.0000000 + Boil + + Sharp bittering hop. Currant flavor. Used for: dark English Ales, heavy German + Lagers + + Chinook, Eroica, Brewer's Gold + Bittering +
Pellet
+ 4.5000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Cascade + 1 + U.S. + 5.5000000 + 0.0000000 + Boil + + Spicy, floral, grapefruit. Used for: American ales and lagers + Centennial + Both +
Pellet
+ 6.0000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Celeia + 1 + Slovenia + 4.5000000 + 0.0000000 + Boil + + Similar in aroma to Saaz. Good for bittering. Used for: Light lagers, Pilsners, + Belgian ales. + + Saaz, Styrian Goldings + Both +
Pellet
+ 2.6000000 + 23.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Centennial + 1 + U.S. + 10.0000000 + 0.0000000 + Boil + + Floral, citrus, spicy. Clean bittering flavor. Used for: American ales and Wheats + + Galena, Eroica, Nugget, Bullion + Both +
Pellet
+ 4.0000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Challenger + 1 + United Kingdom + 7.5000000 + 0.0000000 + Boil + + Fruity, spicy. Good bittering hop. Used for: Ales, Lagers + N/A + Aroma +
Pellet
+ 4.0000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Chelan + 1 + U.S. + 13.2500000 + 0.0000000 + Boil + + Primarily for bittering. Citrus notes. + Galena + Bittering +
Pellet
+ 9.2500000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Chinook + 1 + U.S. + 13.0000000 + 0.0000000 + Boil + + Strong bittering hop. Heavy and spicy. Used for: Ales, porters, stouts + Galena, Eroica, Nugget, Bullion + Bittering +
Pellet
+ 3.6000000 + 42.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Citra + 1 + U.S. + 12.0000000 + 0.0000000 + Boil + + Citrus, tropical fruit. + N/A + Both +
Pellet
+ 4.0000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Cluster + 1 + U.S. + 7.0000000 + 0.0000000 + Boil + + Primarily for bittering. Floral, slightly spicy. + Eroica, Galena + Bittering +
Pellet
+ 4.8000000 + 16.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Columbia + 1 + United Kingdom + 5.5000000 + 0.0000000 + Boil + + Sibling of Williamette hops. Used for: All English Ales + Fuggles, Williamette + Bittering +
Pellet
+ 3.0000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Columbus (Tomahawk) + 1 + U.S. + 14.0000000 + 0.0000000 + Boil + + Strong bittering hops. Spicy. Used for: IPA, American Pale Ale, Stout, Lager + Centennial + Bittering +
Pellet
+ 5.0000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Comet + 1 + U.S. + 9.5000000 + 0.0000000 + Boil + + Very strong bittering hops. + N/A + Bittering +
Pellet
+ 4.0000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Crystal + 1 + U.S. + 3.5000000 + 0.0000000 + Boil + + Mild, slightly spicy. Used for: Lagers + Hallertauer, Mount Liberty + Aroma +
Pellet
+ 5.2000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Eroica + 1 + U.S. + 13.0000000 + 0.0000000 + Boil + + Primarily for bittering. Used for: Ales, Porters, Stouts + Galena, Northern Brewer, Chinook + Bittering +
Pellet
+ 4.8000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + First Gold + 1 + United Kingdom + 7.5000000 + 0.0000000 + Boil + + Spicy. Used for: Ales, ESB + East Kent Goldings, Crystal + Both +
Pellet
+ 3.5000000 + 12.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Fuggles + 1 + United Kingdom + 4.5000000 + 0.0000000 + Boil + + Mild, grassy, floral. Used for: English Ales, Dark Lagers + East Kent Goldings, Williamette + Aroma +
Pellet
+ 2.0000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Galaxy + 1 + Australia + 14.0000000 + 0.0000000 + Boil + + Strong bittering hop. Citrus, passionfruit (late addition) + N/A + Bittering +
Pellet
+ 5.9000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Galena + 1 + U.S. + 12.5000000 + 0.0000000 + Boil + + Strong bittering hops. Used for: all beers + Eroica, Northern Brewer, Cluster, Chinook + Bittering +
Pellet
+ 8.0000000 + 21.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Glacier + 1 + U.S. + 5.6000000 + 0.0000000 + Boil + + Excellent, hoppy + N/A + Aroma +
Pellet
+ 7.6000000 + 28.5000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Goldings, B.C. + 1 + Canada + 5.0000000 + 0.0000000 + Boil + + Spicy, floral, mild. Used for: British ales, Bitters, Porters and Stouts. + East Kent Goldings, Fuggles + Aroma +
Pellet
+ 3.2000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Goldings, East Kent + 1 + United Kingdom + 5.0000000 + 0.0000000 + Boil + + Floral, earthy, slightly sweet, spicy. Used for: British Ales + Fuggles, BC Goldings + Aroma +
Pellet
+ 3.5000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Green Bullet + 1 + New Zealand + 13.5000000 + 0.0000000 + Boil + + Primarily for bittering. Floral, raisin. Used for: Australian-style ales and + lagers. + + Styrian Goldings + Bittering +
Pellet
+ 7.0000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Greenburg + 1 + U.S. + 5.2000000 + 0.0000000 + Boil + + Fruity, woody. + N/A + Aroma +
Pellet
+ 7.2000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Hallertauer + 1 + Germany + 4.8000000 + 0.0000000 + Boil + + Mild, spicy, neutral. Used for: German Ales, German/US/Canadian Lagers, Wheat Beers + + Crystal, Liberty, Hallertauer Mittelfrueh + Aroma +
Pellet
+ 4.0000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Hallertauer Hersbrucker + 1 + Germany + 4.0000000 + 0.0000000 + Boil + + Mild, herbal. Used for: German style Lagers and Wheat beers + Mt. Hood, Liberty, Hallertauer, Mittelfrueh - Aroma -
Pellet
- 6.0000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Hallertauer Mittelfrueh - 1 - Germany - 4.0000000 - 0.0000000 - Boil - - Mild, herbal. Used for: Continental Lagers, German Ales/Lagers, US Lagers - Hallertauer, Mt. Hood, Liberty, Crystal - Aroma -
Pellet
- 4.6000000 - 45.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Hallertauer, New Zealand - 1 - New Zealand - 8.5000000 - 0.0000000 - Boil - - Mild, herbal. Used for: Australian Ales - Hallertauer Mittelfrueh - Both -
Pellet
- 3.0000000 - 45.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Herald - 1 - United Kingdom - 12.0000000 - 0.0000000 - Boil - - Primarily for bittering. - N/A - Bittering -
Pellet
- 5.2000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Horizon - 1 - U.S. - 12.0000000 - 0.0000000 - Boil - - Primarily for bittering. Pleasant, hoppy. Used for: All purpose Ales, Lagers - Magnum - Bittering -
Pellet
- 7.5000000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Liberty - 1 - U.S. - 4.3000000 - 0.0000000 - Boil - - Mild, slightly spicy. Used for: German style Lagers - Hallertau, Mt Hood, Crystal - Aroma -
Pellet
- 3.5000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Lublin - 1 - Poland - 5.0000000 - 0.0000000 - Boil - - Similar to Saaz. Used for: Bohemian Lagers and Pilsners - Saaz, Tettnanger - Bittering -
Pellet
- 3.0000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Magnum - 1 - Germany - 14.0000000 - 0.0000000 - Boil - - Spicy. Used for: German Ales and Lagers - N/A - Bittering -
Pellet
- 6.5000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Marynka - 1 - Poland - 10.5000000 - 0.0000000 - Boil - - Primarily for bittering. Used for: Pilsners, Lagers, Ales or Wheats. - Chinook, English Golding - Bittering -
Pellet
- 11.4000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Millenium - 1 - U.S. - 14.2500000 - 0.0000000 - Boil - - Primarily for bittering. Mild, herbal. - Columbus, Tomahawk, Zeus and Nugget - Bittering -
Pellet
- 5.7000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Motueka - 1 - New Zealand - 7.0000000 - 0.0000000 - Boil - - Flexible hop developed from Saaz. Used for: Lagers, Belgian Ales and Bohemian Pilsner. - Saaz - Aroma -
Pellet
- 5.2500000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Mt Hood - 1 - U.S. - 6.0000000 - 0.0000000 - Boil - - Mild and neutral. Used for: European Lagers - Hallertauer, Liberty, Crystal - Aroma -
Pellet
- 6.3000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Nelson Sauvin - 1 - New Zealand - 12.0000000 - 0.0000000 - Boil - - Fruity, citrus, Sauvignon Blanc, gooseberries. Used for: Pale ales - N/A - Bittering -
Pellet
- 7.0000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Newport - 1 - U.S. - 13.5000000 - 0.0000000 - Boil - - Primarily for bittering. Pungent. These hops have a large alpha range of 9.8%-17% so check the package! - Used for: Ales, Stouts, Barley Wine. - Galena - Bittering -
Pellet
- 6.0000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Northdown - 1 - United Kingdom - 8.5000000 - 0.0000000 - Boil - - Primarily for bittering. Used for English Ales. - Northern Brewer - Both -
Pellet
- 5.5000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Northern Brewer - 1 - Germany - 8.5000000 - 0.0000000 - Boil - - Primarily for bittering. Unique flavor. Also called Hallertauer Northern Brewers. Used for: All beers. - Hallertauer Mittelfrueh, Hallertauer - Both -
Pellet
- 4.0000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Nugget - 1 - U.S. - 13.0000000 - 0.0000000 - Boil - - Primarily for bittering. Herbal and spicy. Used for: Ales. - Chinook - Bittering -
Pellet
- 5.0000000 - 24.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Olympic - 1 - U.S. - 11.5000000 - 0.0000000 - Boil - - Primarily for bittering. Spicy and citrus. - Brewers Gold - Bittering -
Pellet
- 5.5000000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Opal - 1 - Germany - 6.5000000 - 0.0000000 - Boil - - Spicy and subtle citrus. Used for: Continental styles. - N/A - Aroma -
Pellet
- 4.5000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Orion - 1 - Germany - 7.2500000 - 0.0000000 - Boil - - Pleasant and hoppy. -Perle - Both -
Pellet
- 3.7000000 - 17.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pacific Gem - 1 - New Zealand - 15.0000000 - 0.0000000 - Boil - - Some blackberry. Cask-Oak flavor from bittering. - Bullion - Bittering -
Pellet
- 8.2000000 - 10.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pacific Jade - 1 - New Zealand - 13.0000000 - 0.0000000 - Boil - - Herbal, citrus, spicy. Used for: All beers. - N/A - Both -
Pellet
- 7.5000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pacifica - 1 - New Zealand - 5.5000000 - 0.0000000 - Boil - - Orange marmalade and citrus. Soft finish if used in bittering. - Chinook, Hallertauer Mittelfrueh - Aroma -
Pellet
- 6.0000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Palisade - 1 - U.S. - 7.5000000 - 0.0000000 - Boil - - Also called YCR-4. - Willamette - Both -
Pellet
- 7.0000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Perle - 1 - Germany - 8.0000000 - 0.0000000 - Boil - - Slightly spicy, minty. Used for: US and German Ales and Lagers. -Chinook, Galena, Northern Brewer - Bittering -
Pellet
- 4.7500000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Phoenix - 1 - United Kingdom - 8.0000000 - 0.0000000 - Boil - - Similar to Wye Challenger. Used for: Ales. -Challenger, East Kent Golding, Northdown - Bittering -
Pellet
- 4.6000000 - 10.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pilgrim - 1 - United Kingdom - 11.5000000 - 0.0000000 - Boil - - Primarily for bittering. High Selinene content. -N/A - Bittering -
Pellet
- 4.7000000 - 18.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pilot - 1 - United Kingdom - 11.5000000 - 0.0000000 - Boil - - Primarily for bittering. Mild herbal, citrus (lemon) hints, and grass. Used for: APAs - N/A - Bittering -
Pellet
- 3.0000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pioneer - 1 - United Kingdom - 9.0000000 - 0.0000000 - Boil - - Mild English hop aroma. Used for: ESB, English Ales -East Kent Goldings - Both -
Pellet
- 3.7500000 - 17.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Premiant - 1 - Czech Republic - 7.5000000 - 0.0000000 - Boil - - Used for: Moderate ales, lagers - Saaz - Both -
Pellet
- 4.5000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Pride of Ringwood - 1 - Australia - 9.0000000 - 0.0000000 - Boil - - Primarily for bittering. Moderate citrus aroma, clean bittering flavor. - Cluster, Galena - Bittering -
Pellet
- 5.7500000 - 45.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Progress - 1 - United Kingdom - 6.2500000 - 0.0000000 - Boil - - Similar to Fuggles. Used for: English Ales - Fuggles - Aroma -
Pellet
- 2.1000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Riwaka - 1 - New Zealand - 5.2500000 - 0.0000000 - Boil - - Some grapefruit and citrus. Used for: New World Pale Ale, Regional Pilsners - n/a - Aroma -
Pellet
- 4.5000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Saaz - 1 - Czech Republic - 4.0000000 - 0.0000000 - Boil - - Somewhat floral. Used for: Pilsners and Bohemian style lagers - Tettnanger, Lublin - Aroma -
Pellet
- 3.5000000 - 42.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Santiam - 1 - U.S. - 6.0000000 - 0.0000000 - Boil - - Triploid aroma selection derived from Tettnang and Hallertauer. Used for: Lager, U.S. Pale Ale, Pilsner -German Tettnang, Spalt, Spalt Select - Aroma -
Pellet
- 7.0000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Saphir - 1 - Germany - 3.5000000 - 0.0000000 - Boil - - Similar in character to Hallertau varieties. Used for: Pilsners, lagers, Belgian whites. - Hallertau Mittelfrueh - Aroma -
Pellet
- 4.6000000 - 45.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Satus - 1 - U.S. - 13.2500000 - 0.0000000 - Boil - - Primarily for bittering. -Galena - Bittering -
Pellet
- 8.7500000 - 33.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Simcoe - 1 - U.S. - 13.0000000 - 0.0000000 - Boil - - Citrus and pine. Used for: IPAs. - n/a - Bittering -
Pellet
- 4.5000000 - 18.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Sladek - 1 - Czech Republic - 5.0000000 - 0.0000000 - Boil - - Hybrid variety of Saaz origin with noble hop taste and aroma. Used for: Lagers. - Saaz - Aroma -
Pellet
- 7.5000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Sorachi Ace - 1 - Japan - 12.0000000 - 0.0000000 - Boil - - Citrus (lemon). Developed by Sapporo Breweries. Used for: Saison, IPA, Japanese Lager. - Admiral, Cascade - Bittering -
Pellet
- 6.0000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Southern Cross - 1 - New Zealand - 13.0000000 - 0.0000000 - Boil - - Spicy, citrus (lemon), slight pine and wood. - n/a - Both -
Pellet
- 6.2000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Spalter - 1 - Germany - 4.5000000 - 0.0000000 - Boil - - Mild, slightly spicy. Used for: Traditional German bittering and aroma hops, Altbiers, Lagers. - Saaz, Tettnang - Aroma -
Pellet
- 4.0000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Sterling - 1 - U.S. - 7.5000000 - 0.0000000 - Boil - - Herbal, spicy, some floral and citrus. Used for: Lagers, Ales, Pilsners. - Saaz, Polish Lublin - Both -
Pellet
- 5.0000000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Sticklebract - 1 - New Zealand - 13.5000000 - 0.0000000 - Boil - - Pine, with a hint of citrus. - Northern Brewer - Both -
Pellet
- 8.0000000 - 17.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Strisslespalt - 1 - France - 4.0000000 - 0.0000000 - Boil - - Used for: Pilsners, Lagers, Wheats -Mt Hood, Crystal, Hallertauer Hersbruck - Aroma -
Pellet
- 3.8000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Styrian Goldings - 1 - Slovenia - 5.4000000 - 0.0000000 - Boil - - Mild grassy and floral. Used for: European Beers. - Fuggles, Williamette - Aroma -
Pellet
- 2.9000000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Summit - 1 - U.S. - 17.0000000 - 0.0000000 - Boil - - Strong citrus and grapefruit. -Warrior, Millenium, Columbus, Tomahawk, Zeus - Bittering -
Pellet
- 5.0000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Sun - 1 - U.S. - 14.0000000 - 0.0000000 - Boil - - Primarily for bittering. Intense. - Other high alpha hops - Bittering -
Pellet
- 5.5000000 - 25.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Super Alpha - 1 - New Zealand - 13.0000000 - 0.0000000 - Boil - - Resin, clean bittering. Used for: European Styles, General purpose bittering - n/a - Bittering -
Pellet
- 8.0000000 - 15.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Super Galena - 1 - U.S. - 14.5000000 - 0.0000000 - Boil - - Primarily for bittering. - n/a - Bittering -
Pellet
- 9.0000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Super Pride - 1 - Australia - 14.2500000 - 0.0000000 - Boil - - Primarily for bittering. - Pride of Ringwood - Bittering -
Pellet
- 6.7000000 - 45.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Target - 1 - United Kingdom - 11.0000000 - 0.0000000 - Boil - - Primarily for bittering. Robust.Used for: English ales and lagers. -East Kent Goldings - Bittering -
Pellet
- 5.0000000 - 50.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Tettnang - 1 - Germany - 4.5000000 - 0.0000000 - Boil - - Mild, slightly spicy. Used for: German Ales, Lagers (Octoberfest) and Wheat Beer -Saaz, Spalt - Aroma -
Pellet
- 3.5000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Tillicum - 1 - U.S. - 13.2500000 - 0.0000000 - Boil - - Similar to Galena. -Galena,Chelan - Bittering -
Pellet
- 9.9000000 - 20.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Tomahawk - 1 - U.S. - 15.5000000 - 0.0000000 - Boil - - Primarily for bittering. -Tomahawk, Zeus, Nugget, Galena, Chinook - Bittering -
Pellet
- 4.5000000 - 48.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Topaz - 1 - Australia - 17.0000000 - 0.0000000 - Boil - - Primarily for bittering. - n/a - Bittering -
Pellet
- 6.5000000 - 30.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Tradition - 1 - Germany - 6.0000000 - 0.0000000 - Boil - - Similar to Hallertauer Mittelfrueh. Used for: Lagers, Pilsners, Bocks, some Weizens. - Hallertauer Mittelfrueh, Liberty, Ultra - Bittering -
Pellet
- 4.5000000 - 10.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Ultra - 1 - U.S. - 3.0000000 - 0.0000000 - Boil - - Similar to Saaz. Used for: Lagers, Pilsners, Wheats, finishing hops in Ales. - Liberty, Hallertauer, Tradition, Saaz - Aroma -
Pellet
- 3.7500000 - 27.5000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Vanguard - 1 - U.S. - 5.5000000 - 0.0000000 - Boil - - Used for: European Lagers, Ales -Hallertauer Mittelfrueh - Aroma -
Pellet
- 6.0000000 - 18.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Victoria - 1 - Australia - 13.0000000 - 0.0000000 - Boil - - Primarily for bittering. - Bittering -
Pellet
- 6.2500000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Warrior - 1 - U.S. - 15.0000000 - 0.0000000 - Boil - - Primarily for bittering. Neutral, clean, mild. Used for: Ales, stouts. - Nugget, Columbus, Magnum - Both -
Pellet
- 4.7500000 - 24.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Whitbread Golding Variety (WGV) - 1 - United Kingdom - 6.0000000 - 0.0000000 - Boil - - Pleasant, hoppy, slightly intense. Used for: Ales - East Kent Goldings, Progress - Aroma -
Pellet
- 2.5000000 - 35.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Willamette - 1 - U.S. - 5.5000000 - 0.0000000 - Boil - - Mild, grassy, floral, slightly spicy. Used for: Finishing ales. - Fuggles, East Kent Goldings - Aroma -
Pellet
- 3.5000000 - 40.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
- - Zeus - 1 - U.S. - 14.0000000 - 0.0000000 - Boil - - Primarily for bittering. Intense, pleasant aroma. - Any high alpha acid variety. - Bittering -
Pellet
- 5.0000000 - 45.0000000 - 0.00 oz - 0.00 oz - 0.0 min -
+ Aroma +
Pellet
+ 6.0000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Hallertauer Mittelfrueh + 1 + Germany + 4.0000000 + 0.0000000 + Boil + + Mild, herbal. Used for: Continental Lagers, German Ales/Lagers, US Lagers + Hallertauer, Mt. Hood, Liberty, Crystal + Aroma +
Pellet
+ 4.6000000 + 45.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Hallertauer, New Zealand + 1 + New Zealand + 8.5000000 + 0.0000000 + Boil + + Mild, herbal. Used for: Australian Ales + Hallertauer Mittelfrueh + Both +
Pellet
+ 3.0000000 + 45.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Herald + 1 + United Kingdom + 12.0000000 + 0.0000000 + Boil + + Primarily for bittering. + N/A + Bittering +
Pellet
+ 5.2000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Horizon + 1 + U.S. + 12.0000000 + 0.0000000 + Boil + + Primarily for bittering. Pleasant, hoppy. Used for: All purpose Ales, Lagers + Magnum + Bittering +
Pellet
+ 7.5000000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Liberty + 1 + U.S. + 4.3000000 + 0.0000000 + Boil + + Mild, slightly spicy. Used for: German style Lagers + Hallertau, Mt Hood, Crystal + Aroma +
Pellet
+ 3.5000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Lublin + 1 + Poland + 5.0000000 + 0.0000000 + Boil + + Similar to Saaz. Used for: Bohemian Lagers and Pilsners + Saaz, Tettnanger + Bittering +
Pellet
+ 3.0000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Magnum + 1 + Germany + 14.0000000 + 0.0000000 + Boil + + Spicy. Used for: German Ales and Lagers + N/A + Bittering +
Pellet
+ 6.5000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Marynka + 1 + Poland + 10.5000000 + 0.0000000 + Boil + + Primarily for bittering. Used for: Pilsners, Lagers, Ales or Wheats. + Chinook, English Golding + Bittering +
Pellet
+ 11.4000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Millenium + 1 + U.S. + 14.2500000 + 0.0000000 + Boil + + Primarily for bittering. Mild, herbal. + Columbus, Tomahawk, Zeus and Nugget + Bittering +
Pellet
+ 5.7000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Motueka + 1 + New Zealand + 7.0000000 + 0.0000000 + Boil + + Flexible hop developed from Saaz. Used for: Lagers, Belgian Ales and Bohemian + Pilsner. + + Saaz + Aroma +
Pellet
+ 5.2500000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Mt Hood + 1 + U.S. + 6.0000000 + 0.0000000 + Boil + + Mild and neutral. Used for: European Lagers + Hallertauer, Liberty, Crystal + Aroma +
Pellet
+ 6.3000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Nelson Sauvin + 1 + New Zealand + 12.0000000 + 0.0000000 + Boil + + Fruity, citrus, Sauvignon Blanc, gooseberries. Used for: Pale ales + N/A + Bittering +
Pellet
+ 7.0000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Newport + 1 + U.S. + 13.5000000 + 0.0000000 + Boil + + Primarily for bittering. Pungent. These hops have a large alpha range of 9.8%-17% so + check the package! + Used for: Ales, Stouts, Barley Wine. + + Galena + Bittering +
Pellet
+ 6.0000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Northdown + 1 + United Kingdom + 8.5000000 + 0.0000000 + Boil + + Primarily for bittering. Used for English Ales. + Northern Brewer + Both +
Pellet
+ 5.5000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Northern Brewer + 1 + Germany + 8.5000000 + 0.0000000 + Boil + + Primarily for bittering. Unique flavor. Also called Hallertauer Northern Brewers. + Used for: All beers. + + Hallertauer Mittelfrueh, Hallertauer + Both +
Pellet
+ 4.0000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Nugget + 1 + U.S. + 13.0000000 + 0.0000000 + Boil + + Primarily for bittering. Herbal and spicy. Used for: Ales. + Chinook + Bittering +
Pellet
+ 5.0000000 + 24.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Olympic + 1 + U.S. + 11.5000000 + 0.0000000 + Boil + + Primarily for bittering. Spicy and citrus. + Brewers Gold + Bittering +
Pellet
+ 5.5000000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Opal + 1 + Germany + 6.5000000 + 0.0000000 + Boil + + Spicy and subtle citrus. Used for: Continental styles. + N/A + Aroma +
Pellet
+ 4.5000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Orion + 1 + Germany + 7.2500000 + 0.0000000 + Boil + + Pleasant and hoppy. + Perle + Both +
Pellet
+ 3.7000000 + 17.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pacific Gem + 1 + New Zealand + 15.0000000 + 0.0000000 + Boil + + Some blackberry. Cask-Oak flavor from bittering. + Bullion + Bittering +
Pellet
+ 8.2000000 + 10.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pacific Jade + 1 + New Zealand + 13.0000000 + 0.0000000 + Boil + + Herbal, citrus, spicy. Used for: All beers. + N/A + Both +
Pellet
+ 7.5000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pacifica + 1 + New Zealand + 5.5000000 + 0.0000000 + Boil + + Orange marmalade and citrus. Soft finish if used in bittering. + Chinook, Hallertauer Mittelfrueh + Aroma +
Pellet
+ 6.0000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Palisade + 1 + U.S. + 7.5000000 + 0.0000000 + Boil + + Also called YCR-4. + Willamette + Both +
Pellet
+ 7.0000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Perle + 1 + Germany + 8.0000000 + 0.0000000 + Boil + + Slightly spicy, minty. Used for: US and German Ales and Lagers. + Chinook, Galena, Northern Brewer + Bittering +
Pellet
+ 4.7500000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Phoenix + 1 + United Kingdom + 8.0000000 + 0.0000000 + Boil + + Similar to Wye Challenger. Used for: Ales. + Challenger, East Kent Golding, Northdown + Bittering +
Pellet
+ 4.6000000 + 10.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pilgrim + 1 + United Kingdom + 11.5000000 + 0.0000000 + Boil + + Primarily for bittering. High Selinene content. + N/A + Bittering +
Pellet
+ 4.7000000 + 18.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pilot + 1 + United Kingdom + 11.5000000 + 0.0000000 + Boil + + Primarily for bittering. Mild herbal, citrus (lemon) hints, and grass. Used for: + APAs + + N/A + Bittering +
Pellet
+ 3.0000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pioneer + 1 + United Kingdom + 9.0000000 + 0.0000000 + Boil + + Mild English hop aroma. Used for: ESB, English Ales + East Kent Goldings + Both +
Pellet
+ 3.7500000 + 17.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Premiant + 1 + Czech Republic + 7.5000000 + 0.0000000 + Boil + + Used for: Moderate ales, lagers + Saaz + Both +
Pellet
+ 4.5000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Pride of Ringwood + 1 + Australia + 9.0000000 + 0.0000000 + Boil + + Primarily for bittering. Moderate citrus aroma, clean bittering flavor. + Cluster, Galena + Bittering +
Pellet
+ 5.7500000 + 45.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Progress + 1 + United Kingdom + 6.2500000 + 0.0000000 + Boil + + Similar to Fuggles. Used for: English Ales + Fuggles + Aroma +
Pellet
+ 2.1000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Riwaka + 1 + New Zealand + 5.2500000 + 0.0000000 + Boil + + Some grapefruit and citrus. Used for: New World Pale Ale, Regional Pilsners + n/a + Aroma +
Pellet
+ 4.5000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Saaz + 1 + Czech Republic + 4.0000000 + 0.0000000 + Boil + + Somewhat floral. Used for: Pilsners and Bohemian style lagers + Tettnanger, Lublin + Aroma +
Pellet
+ 3.5000000 + 42.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Santiam + 1 + U.S. + 6.0000000 + 0.0000000 + Boil + + Triploid aroma selection derived from Tettnang and Hallertauer. Used for: Lager, U.S. + Pale Ale, Pilsner + + German Tettnang, Spalt, Spalt Select + Aroma +
Pellet
+ 7.0000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Saphir + 1 + Germany + 3.5000000 + 0.0000000 + Boil + + Similar in character to Hallertau varieties. Used for: Pilsners, lagers, Belgian + whites. + + Hallertau Mittelfrueh + Aroma +
Pellet
+ 4.6000000 + 45.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Satus + 1 + U.S. + 13.2500000 + 0.0000000 + Boil + + Primarily for bittering. + Galena + Bittering +
Pellet
+ 8.7500000 + 33.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Simcoe + 1 + U.S. + 13.0000000 + 0.0000000 + Boil + + Citrus and pine. Used for: IPAs. + n/a + Bittering +
Pellet
+ 4.5000000 + 18.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Sladek + 1 + Czech Republic + 5.0000000 + 0.0000000 + Boil + + Hybrid variety of Saaz origin with noble hop taste and aroma. Used for: Lagers. + + Saaz + Aroma +
Pellet
+ 7.5000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Sorachi Ace + 1 + Japan + 12.0000000 + 0.0000000 + Boil + + Citrus (lemon). Developed by Sapporo Breweries. Used for: Saison, IPA, Japanese + Lager. + + Admiral, Cascade + Bittering +
Pellet
+ 6.0000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Southern Cross + 1 + New Zealand + 13.0000000 + 0.0000000 + Boil + + Spicy, citrus (lemon), slight pine and wood. + n/a + Both +
Pellet
+ 6.2000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Spalter + 1 + Germany + 4.5000000 + 0.0000000 + Boil + + Mild, slightly spicy. Used for: Traditional German bittering and aroma hops, + Altbiers, Lagers. + + Saaz, Tettnang + Aroma +
Pellet
+ 4.0000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Sterling + 1 + U.S. + 7.5000000 + 0.0000000 + Boil + + Herbal, spicy, some floral and citrus. Used for: Lagers, Ales, Pilsners. + Saaz, Polish Lublin + Both +
Pellet
+ 5.0000000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Sticklebract + 1 + New Zealand + 13.5000000 + 0.0000000 + Boil + + Pine, with a hint of citrus. + Northern Brewer + Both +
Pellet
+ 8.0000000 + 17.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Strisslespalt + 1 + France + 4.0000000 + 0.0000000 + Boil + + Used for: Pilsners, Lagers, Wheats + Mt Hood, Crystal, Hallertauer Hersbruck + Aroma +
Pellet
+ 3.8000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Styrian Goldings + 1 + Slovenia + 5.4000000 + 0.0000000 + Boil + + Mild grassy and floral. Used for: European Beers. + Fuggles, Williamette + Aroma +
Pellet
+ 2.9000000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Summit + 1 + U.S. + 17.0000000 + 0.0000000 + Boil + + Strong citrus and grapefruit. + Warrior, Millenium, Columbus, Tomahawk, Zeus + Bittering +
Pellet
+ 5.0000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Sun + 1 + U.S. + 14.0000000 + 0.0000000 + Boil + + Primarily for bittering. Intense. + Other high alpha hops + Bittering +
Pellet
+ 5.5000000 + 25.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Super Alpha + 1 + New Zealand + 13.0000000 + 0.0000000 + Boil + + Resin, clean bittering. Used for: European Styles, General purpose bittering + n/a + Bittering +
Pellet
+ 8.0000000 + 15.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Super Galena + 1 + U.S. + 14.5000000 + 0.0000000 + Boil + + Primarily for bittering. + n/a + Bittering +
Pellet
+ 9.0000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Super Pride + 1 + Australia + 14.2500000 + 0.0000000 + Boil + + Primarily for bittering. + Pride of Ringwood + Bittering +
Pellet
+ 6.7000000 + 45.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Target + 1 + United Kingdom + 11.0000000 + 0.0000000 + Boil + + Primarily for bittering. Robust.Used for: English ales and lagers. + East Kent Goldings + Bittering +
Pellet
+ 5.0000000 + 50.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Tettnang + 1 + Germany + 4.5000000 + 0.0000000 + Boil + + Mild, slightly spicy. Used for: German Ales, Lagers (Octoberfest) and Wheat Beer + + Saaz, Spalt + Aroma +
Pellet
+ 3.5000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Tillicum + 1 + U.S. + 13.2500000 + 0.0000000 + Boil + + Similar to Galena. + Galena,Chelan + Bittering +
Pellet
+ 9.9000000 + 20.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Tomahawk + 1 + U.S. + 15.5000000 + 0.0000000 + Boil + + Primarily for bittering. + Tomahawk, Zeus, Nugget, Galena, Chinook + Bittering +
Pellet
+ 4.5000000 + 48.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Topaz + 1 + Australia + 17.0000000 + 0.0000000 + Boil + + Primarily for bittering. + n/a + Bittering +
Pellet
+ 6.5000000 + 30.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Tradition + 1 + Germany + 6.0000000 + 0.0000000 + Boil + + Similar to Hallertauer Mittelfrueh. Used for: Lagers, Pilsners, Bocks, some + Weizens. + + Hallertauer Mittelfrueh, Liberty, Ultra + Bittering +
Pellet
+ 4.5000000 + 10.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Ultra + 1 + U.S. + 3.0000000 + 0.0000000 + Boil + + Similar to Saaz. Used for: Lagers, Pilsners, Wheats, finishing hops in Ales. + Liberty, Hallertauer, Tradition, Saaz + Aroma +
Pellet
+ 3.7500000 + 27.5000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Vanguard + 1 + U.S. + 5.5000000 + 0.0000000 + Boil + + Used for: European Lagers, Ales + Hallertauer Mittelfrueh + Aroma +
Pellet
+ 6.0000000 + 18.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Victoria + 1 + Australia + 13.0000000 + 0.0000000 + Boil + + Primarily for bittering. + Bittering +
Pellet
+ 6.2500000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Warrior + 1 + U.S. + 15.0000000 + 0.0000000 + Boil + + Primarily for bittering. Neutral, clean, mild. Used for: Ales, stouts. + Nugget, Columbus, Magnum + Both +
Pellet
+ 4.7500000 + 24.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Whitbread Golding Variety (WGV) + 1 + United Kingdom + 6.0000000 + 0.0000000 + Boil + + Pleasant, hoppy, slightly intense. Used for: Ales + East Kent Goldings, Progress + Aroma +
Pellet
+ 2.5000000 + 35.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Willamette + 1 + U.S. + 5.5000000 + 0.0000000 + Boil + + Mild, grassy, floral, slightly spicy. Used for: Finishing ales. + Fuggles, East Kent Goldings + Aroma +
Pellet
+ 3.5000000 + 40.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
+ + Zeus + 1 + U.S. + 14.0000000 + 0.0000000 + Boil + + Primarily for bittering. Intense, pleasant aroma. + Any high alpha acid variety. + Bittering +
Pellet
+ 5.0000000 + 45.0000000 + 0.00 oz + 0.00 oz + 0.0 min +
diff --git a/assets/Miscs/miscs.xml b/assets/Miscs/miscs.xml index 6209ae7..19cfead 100644 --- a/assets/Miscs/miscs.xml +++ b/assets/Miscs/miscs.xml @@ -1,497 +1,498 @@ - - - Anise, Star - 1 - Spice - Boil - 0.073934 - - FALSE - Licorice flavor - Adds a strong black licorice flavor. - 2.50 oz - 0.00 oz - 30.0 mins - 5.00 gal - - - Apricot Extract - 1 - Flavor - Bottling - 0.192229 - - FALSE - Apricot flavor - Contributes apricot flavor. Add during bottling. - 6.50 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Baking Soda (NaHCO3) - 1 - Water Agent - Mash - 0.001000 - - TRUE - Increase mash pH - Use to increase mash pH. Too much may cause harsh salty flavor. - 1.00 g - 0.00 g - 60.0 mins - 5.00 gal - - - Blackberries - 1 - Flavor - Secondary - 4 - - TRUE - Blackberry flavor - Contributes blackberry flavor. Add during secondary. - 4 lbs - 0.00 oz - 7 days - 5.00 gal - - - Blackberry Extract - 1 - Flavor - Bottling - 0.133082 - - FALSE - Blackberry flavor - Contributes blackberry flavor. Add during bottling. - 4.50 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Bottle Caps - 1 - Other - Bottling - 52.000000 - - FALSE - Bottles - Keeps the beer in your bottles. - 52.00 Items - 0.00 Items - 1.0 mins - 5.00 gal - - - Burton Water Salts - 1 - Water Agent - Mash - 0.014787 - - FALSE - Hardens water - Mixture of salts used to harden water. - 0.50 oz - 0.00 oz - 60.0 mins - 5.00 gal - - - Calcium Chloride - 1 - Water Agent - Mash - 0.005000 - - TRUE - Decrease mash pH - Lowers mash pH. - 5.00 g - 0.00 g - 60.0 mins - 5.00 gal - - - Chalk (CaCO3) - 1 - Water Agent - Mash - 0.001000 - - TRUE - Harden water - Hardens water when used in mash. - 1.00 g - 0.00 g - 60.0 mins - 5.00 gal - - - Cherries - 1 - Flavor - Secondary - 4 - - TRUE - Cherry flavor - Contributes cherry flavor. Add during secondary. - 4 lbs - 0.00 oz - 7 days - 5.00 gal - - - Cherry Extract - 1 - Flavor - Bottling - 0.103508 - - FALSE - Cherry flavor - Contributes cherry flavor. Add during bottling. - 3.50 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Cinnamon Stick - 1 - Spice - Boil - 0.002957 - - FALSE - Cinnamon flavor - Contributes cinnamon flavor. Add during the boil. - 0.10 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Coriander Seed - 1 - Spice - Boil - 0.022180 - - FALSE - Nutty, citrus flavor - Contributes a nutty, citrus flavor. - 0.75 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Cranberry Extract - 1 - Flavor - Bottling - 0.103508 - - FALSE - Cranberry flavor - Contributes cranberry flavor. Add during bottling. - 3.50 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Epsom Salt (MgSO4) - 1 - Water Agent - Mash - 0.005000 - - TRUE - Decrease mash pH - Causes a slight decrease in mash pH. - 5.00 g - 0.00 g - 60.0 mins - 5.00 gal - - - Ginger Root - 1 - Herb - Boil - 0.029574 - - FALSE - Ginger flavor - Contributes ginger flavor. Add during the boil. - 1.00 oz - 0.00 oz - 12.0 mins - 5.00 gal - - - Gypsum (Calcium Sulfate) - 1 - Water Agent - Mash - 0.010000 - - TRUE - Decrease mash pH - Decreases mash pH and hardens soft water. - 10.00 g - 0.00 g - 60.0 mins - 5.00 gal - - - Heading Liquid - 1 - Other - Bottling - 0.002464 - - FALSE - Head retention - Improves head retention. Add when bottling. - 0.50 tsp - 0.00 tsp - 5.0 mins - 5.00 gal - - - Irish Moss - 1 - Fining - Boil - 0.001232 - - FALSE - Clarifies - Improves clarity of beer by reducing protein haze. - 0.25 tsp - 0.00 tsp - 10.0 mins - 5.00 gal - - - Lactic Acid - 1 - Water Agent - Mash - 0.004929 - - FALSE - Decrease mash pH - Lowers mash pH without affecting mineral content. - 1.00 tsp - 0.00 tsp - 60.0 mins - 5.00 gal - - - Malto-Dextrine - 1 - Other - Boil - 0.177442 - - FALSE - Adds Body - Increases body and contributes minor sweet flavor. - 6.00 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Oak Chips - 1 - Flavor - Secondary - 0.118295 - - FALSE - Oak Flavor - Contributes an oak flavor reminiscent of wood aged beers. - 4.00 oz - 0.00 oz - 7.0 days - 5.00 gal - - - Oak Essence (Liquid) - 1 - Flavor - Bottling - 0.059147 - - FALSE - Oak Flavor - Contributes aged oak flavor. Add during bottling. - 2.00 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Orange Peel, Bitter - 1 - Spice - Boil - 0.022180 - - FALSE - Bitter orange flavor - Contributes a dry, bitter orange flavor. - 0.75 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Orange Peel, Sweet - 1 - Spice - Boil - 0.022180 - - FALSE - Sweet orange flavor - Adds a sweet flavor and aroma, reminiscent of Grand Marnier. - 0.75 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Pineapple - 1 - Flavor - Secondary - 4 - - TRUE - Pineapple flavor - Contributes pineapple flavor. Add during secondary. - 4 lbs - 0.00 oz - 7 days - 5.00 gal - - - Raspberries - 1 - Flavor - Secondary - 4 - - TRUE - Raspberry flavor - Contributes raspberry flavor. Add during secondary. - 4 lbs - 0.00 oz - 7 days - 5.00 gal - - - Raspberry Extract - 1 - Flavor - Bottling - 0.192229 - - FALSE - Raspberry flavor - Contributes raspberry flavor. Add during bottling. - 6.50 oz - 0.00 oz - 5.0 mins - 5.00 gal - - - Sassafras Root Bark - 1 - Spice - Boil - 0.029574 - - FALSE - Root beer flavor - Contributes root beer flavor. Add during the boil. - 1.00 oz - 0.00 oz - 60.0 mins - 5.00 gal - - - Seeds of Paradise - 1 - Spice - Boil - 0.002000 - - TRUE - Pepper, citrus, pine - Contributes pepper and citrus notes and a piny aroma. - 2.00 g - 0.00 g - 5.0 mins - 5.00 gal - - - Spruce Extract - 1 - Flavor - Bottling - 0.004929 - - FALSE - Pine flavor - Contributes fresh pine flavor and aroma. - 1.00 tsp - 0.00 tsp - 5.0 mins - 5.00 gal - - - Whirlfloc Tablet - 1 - Fining - Boil - 1.000000 - - FALSE - Clarifies - Improves clarity of beer by reducing protein haze. - 1.00 Items - 0.00 Items - 15.0 mins - 5.00 gal - - - Yeast Nutrient - 1 - Other - Primary - 0.004929 - - FALSE - Yeast health - Promotes healthy yeast and a strong ferment. - 1.00 tsp - 0.00 tsp - 3.0 days - 5.00 gal - + + + + Anise, Star + 1 + Spice + Boil + 0.073934 + + FALSE + Licorice flavor + Adds a strong black licorice flavor. + 2.50 oz + 0.00 oz + 30.0 mins + 5.00 gal + + + Apricot Extract + 1 + Flavor + Bottling + 0.192229 + + FALSE + Apricot flavor + Contributes apricot flavor. Add during bottling. + 6.50 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Baking Soda (NaHCO3) + 1 + Water Agent + Mash + 0.001000 + + TRUE + Increase mash pH + Use to increase mash pH. Too much may cause harsh salty flavor. + 1.00 g + 0.00 g + 60.0 mins + 5.00 gal + + + Blackberries + 1 + Flavor + Secondary + 4 + + TRUE + Blackberry flavor + Contributes blackberry flavor. Add during secondary. + 4 lbs + 0.00 oz + 7 days + 5.00 gal + + + Blackberry Extract + 1 + Flavor + Bottling + 0.133082 + + FALSE + Blackberry flavor + Contributes blackberry flavor. Add during bottling. + 4.50 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Bottle Caps + 1 + Other + Bottling + 52.000000 + + FALSE + Bottles + Keeps the beer in your bottles. + 52.00 Items + 0.00 Items + 1.0 mins + 5.00 gal + + + Burton Water Salts + 1 + Water Agent + Mash + 0.014787 + + FALSE + Hardens water + Mixture of salts used to harden water. + 0.50 oz + 0.00 oz + 60.0 mins + 5.00 gal + + + Calcium Chloride + 1 + Water Agent + Mash + 0.005000 + + TRUE + Decrease mash pH + Lowers mash pH. + 5.00 g + 0.00 g + 60.0 mins + 5.00 gal + + + Chalk (CaCO3) + 1 + Water Agent + Mash + 0.001000 + + TRUE + Harden water + Hardens water when used in mash. + 1.00 g + 0.00 g + 60.0 mins + 5.00 gal + + + Cherries + 1 + Flavor + Secondary + 4 + + TRUE + Cherry flavor + Contributes cherry flavor. Add during secondary. + 4 lbs + 0.00 oz + 7 days + 5.00 gal + + + Cherry Extract + 1 + Flavor + Bottling + 0.103508 + + FALSE + Cherry flavor + Contributes cherry flavor. Add during bottling. + 3.50 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Cinnamon Stick + 1 + Spice + Boil + 0.002957 + + FALSE + Cinnamon flavor + Contributes cinnamon flavor. Add during the boil. + 0.10 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Coriander Seed + 1 + Spice + Boil + 0.022180 + + FALSE + Nutty, citrus flavor + Contributes a nutty, citrus flavor. + 0.75 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Cranberry Extract + 1 + Flavor + Bottling + 0.103508 + + FALSE + Cranberry flavor + Contributes cranberry flavor. Add during bottling. + 3.50 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Epsom Salt (MgSO4) + 1 + Water Agent + Mash + 0.005000 + + TRUE + Decrease mash pH + Causes a slight decrease in mash pH. + 5.00 g + 0.00 g + 60.0 mins + 5.00 gal + + + Ginger Root + 1 + Herb + Boil + 0.029574 + + FALSE + Ginger flavor + Contributes ginger flavor. Add during the boil. + 1.00 oz + 0.00 oz + 12.0 mins + 5.00 gal + + + Gypsum (Calcium Sulfate) + 1 + Water Agent + Mash + 0.010000 + + TRUE + Decrease mash pH + Decreases mash pH and hardens soft water. + 10.00 g + 0.00 g + 60.0 mins + 5.00 gal + + + Heading Liquid + 1 + Other + Bottling + 0.002464 + + FALSE + Head retention + Improves head retention. Add when bottling. + 0.50 tsp + 0.00 tsp + 5.0 mins + 5.00 gal + + + Irish Moss + 1 + Fining + Boil + 0.001232 + + FALSE + Clarifies + Improves clarity of beer by reducing protein haze. + 0.25 tsp + 0.00 tsp + 10.0 mins + 5.00 gal + + + Lactic Acid + 1 + Water Agent + Mash + 0.004929 + + FALSE + Decrease mash pH + Lowers mash pH without affecting mineral content. + 1.00 tsp + 0.00 tsp + 60.0 mins + 5.00 gal + + + Malto-Dextrine + 1 + Other + Boil + 0.177442 + + FALSE + Adds Body + Increases body and contributes minor sweet flavor. + 6.00 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Oak Chips + 1 + Flavor + Secondary + 0.118295 + + FALSE + Oak Flavor + Contributes an oak flavor reminiscent of wood aged beers. + 4.00 oz + 0.00 oz + 7.0 days + 5.00 gal + + + Oak Essence (Liquid) + 1 + Flavor + Bottling + 0.059147 + + FALSE + Oak Flavor + Contributes aged oak flavor. Add during bottling. + 2.00 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Orange Peel, Bitter + 1 + Spice + Boil + 0.022180 + + FALSE + Bitter orange flavor + Contributes a dry, bitter orange flavor. + 0.75 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Orange Peel, Sweet + 1 + Spice + Boil + 0.022180 + + FALSE + Sweet orange flavor + Adds a sweet flavor and aroma, reminiscent of Grand Marnier. + 0.75 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Pineapple + 1 + Flavor + Secondary + 4 + + TRUE + Pineapple flavor + Contributes pineapple flavor. Add during secondary. + 4 lbs + 0.00 oz + 7 days + 5.00 gal + + + Raspberries + 1 + Flavor + Secondary + 4 + + TRUE + Raspberry flavor + Contributes raspberry flavor. Add during secondary. + 4 lbs + 0.00 oz + 7 days + 5.00 gal + + + Raspberry Extract + 1 + Flavor + Bottling + 0.192229 + + FALSE + Raspberry flavor + Contributes raspberry flavor. Add during bottling. + 6.50 oz + 0.00 oz + 5.0 mins + 5.00 gal + + + Sassafras Root Bark + 1 + Spice + Boil + 0.029574 + + FALSE + Root beer flavor + Contributes root beer flavor. Add during the boil. + 1.00 oz + 0.00 oz + 60.0 mins + 5.00 gal + + + Seeds of Paradise + 1 + Spice + Boil + 0.002000 + + TRUE + Pepper, citrus, pine + Contributes pepper and citrus notes and a piny aroma. + 2.00 g + 0.00 g + 5.0 mins + 5.00 gal + + + Spruce Extract + 1 + Flavor + Bottling + 0.004929 + + FALSE + Pine flavor + Contributes fresh pine flavor and aroma. + 1.00 tsp + 0.00 tsp + 5.0 mins + 5.00 gal + + + Whirlfloc Tablet + 1 + Fining + Boil + 1.000000 + + FALSE + Clarifies + Improves clarity of beer by reducing protein haze. + 1.00 Items + 0.00 Items + 15.0 mins + 5.00 gal + + + Yeast Nutrient + 1 + Other + Primary + 0.004929 + + FALSE + Yeast health + Promotes healthy yeast and a strong ferment. + 1.00 tsp + 0.00 tsp + 3.0 days + 5.00 gal + \ No newline at end of file diff --git a/assets/Profiles/mash_profiles.xml b/assets/Profiles/mash_profiles.xml index 8a64653..dbbacb2 100644 --- a/assets/Profiles/mash_profiles.xml +++ b/assets/Profiles/mash_profiles.xml @@ -1,149 +1,150 @@ - - - Infusion, Full Body - 1 - 22.2222222 - 22.2222222 - 75.5555556 - 5.4000000 - 0.0000000 - 0.1200000 - FALSE - Simple single infusion mash at a higher temperature for more body. - 72.0 F - 72.0 F - 168.0 F - 0.0 oz - - - Mash In - 1 - Infusion - 11.8294800 - 45.0000000 - 68.8888889 - 2.0000000 - 68.8888889 - 1.250 qt/lb - 0.00 qt - 168.2 F - 156.0 F - - - + + + + Infusion, Full Body + 1 + 22.2222222 + 22.2222222 + 75.5555556 + 5.4000000 + 0.0000000 + 0.1200000 + FALSE + Simple single infusion mash at a higher temperature for more body. + 72.0 F + 72.0 F + 168.0 F + 0.0 oz + + + Mash In + 1 + Infusion + 11.8294800 + 45.0000000 + 68.8888889 + 2.0000000 + 68.8888889 + 1.250 qt/lb + 0.00 qt + 168.2 F + 156.0 F + + + - - Infusion, Light Body - 1 - 22.2222222 - 22.2222222 - 75.5555556 - 5.4000000 - 0.0000000 - 0.1200000 - FALSE - Simple single infusion mash at low temperatuer for a light body. - 72.0 F - 72.0 F - 168.0 F - 0.0 oz - - - Mash In - 1 - Infusion - 11.8294800 - 75.0000000 - 64.4444444 - 64.4444444 - 1.250 qt/lb - 0.00 qt - 159.1 F - 148.0 F - - - + + Infusion, Light Body + 1 + 22.2222222 + 22.2222222 + 75.5555556 + 5.4000000 + 0.0000000 + 0.1200000 + FALSE + Simple single infusion mash at low temperatuer for a light body. + 72.0 F + 72.0 F + 168.0 F + 0.0 oz + + + Mash In + 1 + Infusion + 11.8294800 + 75.0000000 + 64.4444444 + 64.4444444 + 1.250 qt/lb + 0.00 qt + 159.1 F + 148.0 F + + + - - Infusion, Medium Body - 1 - 22.2222222 - 22.2222222 - 75.5555556 - 5.4000000 - 0.0000000 - 0.1200000 - FALSE - Simple single infusion mash for a medium body. - 72.0 F - 72.0 F - 168.0 F - 0.0 oz - - - Mash In - 1 - Infusion - 11.8294800 - 60.0000000 - 66.6666667 - 66.6666667 - 1.250 qt/lb - 0.00 qt - 163.7 F - 152.0 F - - - + + Infusion, Medium Body + 1 + 22.2222222 + 22.2222222 + 75.5555556 + 5.4000000 + 0.0000000 + 0.1200000 + FALSE + Simple single infusion mash for a medium body. + 72.0 F + 72.0 F + 168.0 F + 0.0 oz + + + Mash In + 1 + Infusion + 11.8294800 + 60.0000000 + 66.6666667 + 66.6666667 + 1.250 qt/lb + 0.00 qt + 163.7 F + 152.0 F + + + - - Decoction Mash - 1 - 22.2222222 - 22.2222222 - 75.5555556 - 5.4000000 - 0.0000000 - 0.1200000 - FALSE - - - Protein Rest - 1 - Infusion - 18.9271680 - 35.0000000 - 50.0000000 - 2.000 qt/lb - 0.00 qt - 126.6 F - - - Saccharification - 1 - Decoction - 0.0000000 - 45.0000000 - 67.7777778 - 67.7777778 - 2.000 qt/lb - 8.0 qt - 0.0 F - - - Mash Out - 1 - Temperature - 0.0000000 - 10.0000000 - 75.5555556 - 10.0000000 - 75.5555556 - 2.000 qt/lb - 0.00 qt - 170.0 F - - - + + Decoction Mash + 1 + 22.2222222 + 22.2222222 + 75.5555556 + 5.4000000 + 0.0000000 + 0.1200000 + FALSE + + + Protein Rest + 1 + Infusion + 18.9271680 + 35.0000000 + 50.0000000 + 2.000 qt/lb + 0.00 qt + 126.6 F + + + Saccharification + 1 + Decoction + 0.0000000 + 45.0000000 + 67.7777778 + 67.7777778 + 2.000 qt/lb + 8.0 qt + 0.0 F + + + Mash Out + 1 + Temperature + 0.0000000 + 10.0000000 + 75.5555556 + 10.0000000 + 75.5555556 + 2.000 qt/lb + 0.00 qt + 170.0 F + + + diff --git a/assets/Styles/styles.xml b/assets/Styles/styles.xml index 0087c97..7fb591b 100644 --- a/assets/Styles/styles.xml +++ b/assets/Styles/styles.xml @@ -1,3936 +1,7853 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/Yeasts/yeasts.xml b/assets/Yeasts/yeasts.xml index 296f82f..bbf98b1 100644 --- a/assets/Yeasts/yeasts.xml +++ b/assets/Yeasts/yeasts.xml @@ -1,3147 +1,3307 @@ - - - Abbey IV Ale Yeast - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP540 - 18.8888889 - 22.2222222 - Medium - 78.0000000 - Medium fruit flavors for Belgian styles. - Trappist Belgian Ales, Dubbels, Tripels and Specialty ales - 5 - 0 - FALSE - 50.28 ml - 66.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - American Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1056 - 15.5555556 - 22.2222222 - Medium - 75.0000000 - Dry, clean, and versitile. - American Pale Ale, Scottish Ale, Porters, Sweet Stout, Barleywine - 5 - 0 - FALSE - 124.21 ml - 60.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - American Ale II - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1272 - 15.5555556 - 22.2222222 - High - 74.0000000 - Clean, slightly nutty, tart finish. - All American Ales, Brown Ales, Barleywine - 5 - 0 - FALSE - 124.21 ml - 60.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - American Ale Yeast Blend - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP060 - 20.0000000 - 22.2222222 - Medium - 76.0000000 - Clean, with a lager-like finish. Sulfur notes. - American ales with clean finish - 5 - 0 - FALSE - 50.28 ml - 68.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - American Farmhouse Blend - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP670 - 20.0000000 - 22.2222222 - Medium - 78.5000000 - Complex, moderate sourness from brettanomyces. - Saisons, Farmhouse Ales - 5 - 0 - FALSE - 50.28 ml - 68.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - American Hefeweizen Ale - 1 - Wheat -
Liquid
- 0.0354884 - FALSE - White Labs - WLP320 - 18.3333333 - 20.5555556 - Low - 72.5000000 - Slight clove, banana flavor with some sulfur. Contributes haze. - Oregon style American Hefeweizen - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 69.0 F - 0.0 pkg - 6/14/2003 -
- - American Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2035 - 8.8888889 - 14.4444444 - Medium - 75.0000000 - Complex and aromatic. - American Lagers and Pilsners - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 58.0 F - 0.0 pkg - 6/14/2003 -
- - American Lager Yeast - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP840 - 10.0000000 - 12.7777778 - Medium - 77.5000000 - Dry and clean with very slight apple fruitiness. - American style Lagers - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/14/2003 -
- - American Wheat Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1010 - 14.4444444 - 23.3333333 - Low - 76.0000000 - Dry, crisp, and slightly tart. Low esters. - American Wheat, Berliner Weiss, Hefeweizen - 5 - 0 - FALSE - 124.21 ml - 58.0 F - 74.0 F - 0.0 pkg - 6/14/2003 -
- - Antwerp Ale Yeast - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP515 - 19.4444444 - 21.1111111 - Medium - 76.5000000 - Biscuity, ale-like aroma with lager-like flavor. Accentuates hop flavors and bitterness. - Belgian pale and amber ales - 5 - 0 - FALSE - 50.28 ml - 67.0 F - 70.0 F - 0.0 pkg - 3/6/2011 -
- - Australian Ale Yeast - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP009 - 18.3333333 - 21.1111111 - High - 72.5000000 - Clean and bready. Can ferment clean at high temperatures. - Australian Ales, English Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - Bastogne Belgian Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP510 - 18.8888889 - 22.2222222 - Medium - 77.0000000 - High gravity Trappist ale yeast. Dry, slightly acidic finish. Cleaner and less spicy than WLP500 or WLP530. - High gravity beers, Belgian ales, Dubbels, Trippels. - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 72.0 F - 0.0 pkg - 6/11/2003 -
- - Bavarian Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2206 - 7.7777778 - 14.4444444 - Medium - 75.0000000 - Full-bodied, rich, malty. - German Bocks, Vienna, Oktoberfest, Hells, Marzens, Dunkel - 5 - 0 - FALSE - 124.21 ml - 46.0 F - 58.0 F - 0.0 pkg - 6/14/2003 -
- - Bavarian Weizen Yeast - 1 - Wheat -
Liquid
- 0.0354884 - FALSE - White Labs - WLP351 - 18.8888889 - 21.1111111 - Low - 75.0000000 - Moderate spicy, phenolic overtones reminiscent of cloves. - Bavarian Weizen and wheat beers. - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - Bavarian Wheat - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3638 - 17.7777778 - 23.8888889 - Low - 73.0000000 - Bubblegum and banana flavors, with apple/plum ester profile. - Bavarian Weizen, Hefeweizen - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Bavarian Wheat Yeast - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3056 - 17.7777778 - 23.3333333 - Medium - 75.0000000 - Mild ester and phenolic profile. - Bavarian style wheat beers. - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 74.0 F - 0.0 pkg - 6/12/2003 -
- - Bedford British Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP006 - 18.3333333 - 21.1111111 - High - 76.0000000 - Ferments dry. Distinctive ester profile. - English style ales - bitter, pale, porter and brown ale - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 70.0 F - 0.0 pkg - 6/11/2003 -
- - Belgian Abbey II - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1762 - 18.3333333 - 23.8888889 - Medium - 75.0000000 - Dry, with slight fruitiness. High alcohol tolerance. - Belgian Ales, Trappist Ales, Abbey Ales, Grand Cru - 5 - 0 - FALSE - 124.21 ml - 65.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP550 - 20.0000000 - 25.5555556 - Medium - 81.5000000 - Complex phenolic, spicy profile. - Belgian Ales, Saisons, Belgian Reds, Belgian Browns, White beers - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 78.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Ale Yeast - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1214 - 14.4444444 - 20.0000000 - Medium - 74.0000000 - Alcohol tolerant. Slightly spicy, well attenuated. - Belgian Ales, Abbey Ales, Trappist Ales - 5 - 0 - FALSE - 124.21 ml - 58.0 F - 68.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Ardennes - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3522 - 18.3333333 - 29.4444444 - High - 74.0000000 - Mild fruitiness and complex spicy flavor, phenolic at high temperatures. - Belgian Ale - 5 - 0 - FALSE - 124.21 ml - 65.0 F - 85.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Golden Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP570 - 20.0000000 - 23.8888889 - Low - 75.5000000 - Fruity and phenolic. - Belgian Ales, Dubbels - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Lager Yeast - 1 - Lager -
Liquid
- 0.0502753 - FALSE - White Labs - WLP815 - 10.0000000 - 12.7777778 - Medium - 75.0000000 - Clean, crisp, European lager yeast. - European style pilsners, dark lagers, Vienna lager, and American style lagers - 5 - 0 - FALSE - 50.28 ml - 50.0 F - 55.0 F - 0.0 pkg - 3/6/2011 -
- - Belgian Lambic Blend - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3278 - 17.2222222 - 23.8888889 - Low - 70.0000000 - Lambic mixture of yeasts and bacterias creates lactic flavor. - Belgian Lambic - 5 - 0 - FALSE - 124.21 ml - 63.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Saison - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3724 - 21.1111111 - 35.0000000 - Low - 78.0000000 - Bubblegum, with spicy aromatics. Tart, dry, and crisp. - Belgian Saison beer - 5 - 0 - FALSE - 124.21 ml - 70.0 F - 95.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Saison I Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP565 - 20.0000000 - 23.8888889 - Medium - 70.0000000 - Earthy, spicy, peppery and slightly sweet. - Saison Ale, Belgian Ale, Dubbel, Trippel - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Saison II Yeast - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP566 - 20.0000000 - 25.5555556 - Medium - 81.5000000 - Fruity ester profile. Moderately phenolic with a clove-like flavor and aroma. - Belgian or French Saison - 5 - 0 - FALSE - 50.28 ml - 68.0 F - 78.0 F - 0.0 pkg - 3/6/2011 -
- - Belgian Sour Mix 1 - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP655 - 18.3333333 - 22.2222222 - Medium - 70.0000000 - Blend of Brettanomyces, Saccharomyces, Lactobacillus and Pediococcus. Use in secondary. - Belgian sour beers - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Belgian Strong Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1388 - 18.3333333 - 23.8888889 - Low - 76.0000000 - Dry, tart, fruity flavor. High alcohol tolerance. - Belgian Ales, Scottish Strong Ale,Trappist Ales, Dubbels, Trippels - 5 - 0 - FALSE - 124.21 ml - 65.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Strong Ale Yeast - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP545 - 18.3333333 - 22.7777778 - Medium - 81.5000000 - Moderate esters, spicy phenolic character. Balanced finish. - Belgian dark strongs, Abbey ales and Christmas beers - 5 - 0 - FALSE - 50.28 ml - 65.0 F - 73.0 F - 0.0 pkg - 3/6/2011 -
- - Belgian Style Ale Yeast Blend - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP575 - 20.0000000 - 23.8888889 - Medium - 77.0000000 - Versatile blend to be used for Trappist and other Belgian style ales. - Trappist and other Belgian ales. - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Style Saison Ale Yeast Blend - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP568 - 21.1111111 - 26.6666667 - Medium - 75.0000000 - Complex, fruity aromas and flavors. Phenolic, spicy, earthy, and clove like flavor - Belgian and French Saison - 5 - 0 - FALSE - 50.28 ml - 70.0 F - 80.0 F - 0.0 pkg - 3/6/2011 -
- - Belgian Wheat Yeast - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3942 - 17.7777778 - 23.3333333 - Medium - 74.0000000 - Plum and apple aroma with a dry finish. - Belgian Wheat, Bavarian Weizen - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 74.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Wit Ale - 1 - Wheat -
Liquid
- 0.0354884 - FALSE - White Labs - WLP400 - 19.4444444 - 23.3333333 - Low - 76.0000000 - Phenolic and tart. - Belgian Wit - 5 - 0 - FALSE - 35.49 ml - 67.0 F - 74.0 F - 0.0 pkg - 6/14/2003 -
- - Belgian Wit II - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP410 - 19.4444444 - 23.3333333 - Medium - 72.5000000 - Mildly phenolic, quite spicy. - Belgian Wit, Spiced Ale, Wheat Ales and Specialty Beers - 5 - 0 - FALSE - 35.49 ml - 67.0 F - 74.0 F - 0.0 pkg - 6/11/2003 -
- - Belgian Witbier - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3944 - 16.6666667 - 23.8888889 - Medium - 74.0000000 - Tart, slightly phenolic character. High alcohol tolerance. - Belgian Wit, Grand Cru - 5 - 0 - FALSE - 124.21 ml - 62.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Berliner Weisse Blend - 1 - Wheat -
Liquid
- 0.0502753 - FALSE - White Labs - WLP630 - 20.0000000 - 22.2222222 - Medium - 76.5000000 - Subtle tartness. Can take several months to develop character. - Berliner Weisse - 5 - 0 - FALSE - 50.28 ml - 68.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Bohemian Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2124 - 8.8888889 - 14.4444444 - Medium - 71.0000000 - Ferments clean. Rich malty flavor comes through. - Bohemian Pilsners, Pilsners, German Helles, Bocks - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 58.0 F - 0.0 pkg - 6/14/2003 -
- - Brettanomyces Bruxellensis - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP650 - 18.3333333 - 22.2222222 - Medium - 70.0000000 - Medium intensity Brett character. Takes months to develop fully. - Belgian sour ales and labics (in secondary) - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Brettanomyces Bruxellensis - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3112 - 15.5555556 - 23.8888889 - Medium - 67.0000000 - Horse hair and sour cherry-pie flavor. Takes months to develop fully. - Belgian Lambic, Gueze Lambic, and Sour Browns - 5 - 0 - TRUE - 124.21 ml - 60.0 F - 75.0 F - 0.0 pkg - 6/12/2003 -
- - Brettanomyces Claussenii - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP645 - 18.3333333 - 22.2222222 - Medium - 70.0000000 - Low intensity Brett character. Pineapple like aroma. Mild flavor contribution. - Sour ales (in secondary) - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Brettanomyces Lambicus - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP653 - 18.3333333 - 22.2222222 - Medium - 70.0000000 - High intensity Brett character. Horsey, smoky and spicy flavors. - Lambics and Flanders/Sour Brown ales - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Brettanomyces Lambicus - 1 - Ale -
Liquid
- 0.0502753 - FALSE - Wyeast Labs - 5526 - 15.5555556 - 23.8888889 - Very High - 80.0000000 - Cherry-pie like flavor and sourness. Works best in conjunction with other yeast. - Lambic - 5 - 0 - TRUE - 50.28 ml - 60.0 F - 75.0 F - 0.0 pkg - 3/6/2011 -
- - British Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP005 - 19.4444444 - 23.3333333 - High - 70.5000000 - High attenuation, allows malt character to come through. - Excellent for all English style ales including bitters, pale ale, porters and brown ale. - 5 - 0 - FALSE - 35.49 ml - 67.0 F - 74.0 F - 0.0 pkg - 6/14/2003 -
- - British Ale II - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1335 - 17.2222222 - 23.8888889 - High - 74.5000000 - Malty, clean, crisp finish. Dry flavor. - British and Canadian Ales, English Bitters - 5 - 0 - FALSE - 124.21 ml - 63.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - British Ale Yeast - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1098 - 17.7777778 - 22.2222222 - Medium - 74.0000000 - Fruity, and tart. Dry, crisp finish. - All British Ales, Pales, Bitters, English Strong Ale - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - British Cask Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1026 - 17.2222222 - 22.2222222 - Medium - 75.5000000 - Nice malt profile with a hint of fruit. Finishes dry and slightly tart. - British Ales - 5 - 0 - FALSE - 124.21 ml - 63.0 F - 72.0 F - 0.0 pkg - 12/9/2003 -
- - Budvar Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2000 - 7.7777778 - 13.3333333 - High - 73.0000000 - Malty and subtle fruit aroma. Dry crisp finish. - Bohemian Pilsner, Classic Pilsners, Dortmunder and Light Lagers - 5 - 0 - FALSE - 124.21 ml - 46.0 F - 56.0 F - 0.0 pkg - 6/14/2003 -
- - Burton Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP023 - 20.0000000 - 22.7777778 - Medium - 72.0000000 - Complex flavor blend of apple, pear, and clover honey. - All English styles including Pale Ale, IPA, Porter, Stout and Bitters. - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 73.0 F - 0.0 pkg - 6/14/2003 -
- - Cabernet Red Wine Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP760 - 15.5555556 - 32.2222222 - Low - 83.0000000 - Excellent for full-bodied red wines, ester production complements flavor. Alcohol Tolerance: 16% - Merlot, Chardonnay, Chianti, Chenin Blanc, and Sauvignon Blanc - 5 - 0 - FALSE - 50.28 ml - 60.0 F - 90.0 F - 0.0 pkg - 3/6/2011 -
- - California Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP001 - 20.0000000 - 22.7777778 - High - 76.5000000 - Accentuates hop flavor. Clean flavor and finish. Versatile. - American Style Ales, Ambers, Pale Ales, Brown Ale, Strong Ale - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 73.0 F - 0.0 pkg - 6/14/2003 -
- - California Ale V - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP051 - 18.8888889 - 21.1111111 - High - 72.5000000 - Clean flavor and finish. Versatile. Produces a full bodied beer. - American style Pales, Ambers, Browns, IPAs, American Strong Ale - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - California Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2112 - 14.4444444 - 20.0000000 - High - 69.0000000 - Lagers at high temperature and produces malty, clear beers. - California Common - 5 - 0 - FALSE - 124.21 ml - 58.0 F - 68.0 F - 0.0 pkg - 6/14/2003 -
- - Champagne Yeast - 1 - Champagne -
Liquid
- 0.0354884 - FALSE - White Labs - WLP715 - 21.1111111 - 23.8888889 - Low - 77.5000000 - Can tolerate alcohol up to 17%. For Barley Wine or Meads. - Wine, Mead and Cider - 5 - 0 - FALSE - 35.49 ml - 70.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Chardonnay White Wine Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP730 - 10.0000000 - 32.2222222 - Low - 83.0000000 - Dry. Mild esters, low sulfur dioxide production. Fermentation speed is moderate. - Chardonnay Wine - 5 - 0 - FALSE - 50.28 ml - 50.0 F - 90.0 F - 0.0 pkg - 3/6/2011 -
- - Cream Ale Yeast Blend - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP080 - 18.3333333 - 21.1111111 - Medium - 77.5000000 - Creates a clean, light lager style ale. An estery aroma may be present. - Cream Ale, Hybrids - 5 - 0 - FALSE - 50.28 ml - 65.0 F - 70.0 F - 0.0 pkg - 3/6/2011 -
- - Czech Pilsner Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2278 - 10.0000000 - 14.4444444 - Medium - 72.0000000 - Dry but malty finish. Some sulfur produced, but will diminish over time. - Bohemian and American Pilsner, Bocks, Oktoberfest, Marzen - 5 - 0 - FALSE - 124.21 ml - 50.0 F - 58.0 F - 0.0 pkg - 6/14/2003 -
- - Danish Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2042 - 7.7777778 - 13.3333333 - Medium - 75.0000000 - Rich flavor with a crisp, dry finish. Accentuates hop flavor. - Dortmund/Export Lagers - 5 - 0 - FALSE - 124.21 ml - 46.0 F - 56.0 F - 0.0 pkg - 6/14/2003 -
- - Dry English Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP007 - 18.3333333 - 21.1111111 - High - 75.0000000 - Clean, Highly flocculant, and highly attentive yeast. Similar to White labs English Ale yeast, but more attentive. Suitable for high gravity ales. - Pale Ales, Amber, ESB, Brown Ales, Strong Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - Dusseldorf Alt Yeast - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP036 - 18.3333333 - 20.5555556 - Medium - 68.5000000 - Traditional Alt yeast from Dusseldorf, Germany. Produces clean, slightly sweet alt beers. Does not accentuate hop flavor like WLP029 does. - Alt biers, Dusseldorf Alts, German Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 69.0 F - 0.0 pkg - 6/14/2003 -
- - East Coast Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP008 - 20.0000000 - 22.7777778 - Low - 72.5000000 - White labs "Brewer Patriot" strain can be used to reproduce many of the American versions of classic beer styles. Very clean with low esters. - American Ales, Golden ales, Blonde Ale, Pale Ale and German Alt styles - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 73.0 F - 0.0 pkg - 6/14/2003 -
- - Edinburgh Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP028 - 18.3333333 - 21.1111111 - Medium - 72.5000000 - Malty strong ale yeast. Reproduces complex, malty, flavorful schottish ales. Hop character comes through well. - Strong Scottish style ales, ESB, Irish Reds - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - English Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP002 - 18.3333333 - 20.0000000 - Very High - 66.5000000 - Classic ESB strain best for English style milds, bitters, porters and English style stouts. Leaves a clear beer with some residual sweetness. - English Pale Ale, ESB, India Pale Ale, Brown Ale, Porter, Sweet Stouts and Strong Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 68.0 F - 0.0 pkg - 6/14/2003 -
- - English Cider Yeast - 1 - Wine -
Liquid
- 0.0354884 - FALSE - White Labs - WLP775 - 20.0000000 - 23.8888889 - Medium - 83.0000000 - Classic Cider yeast. Ferments dry, but retains apple flavor. Some sulfer produced during fermentation will fade with age. - Cider, Wine and High Gravity Beer - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Essex Ale Yeast - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP022 - 18.8888889 - 21.1111111 - Medium - 73.5000000 - Flavorful British yeast with a drier finish than many ale yeasts. Bready and fruity in character. Well suited for top cropping (collecting). Does not flocculate as much as WLP005 or WLP002. - British milds, pale ales, bitters, stouts. - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 70.0 F - 0.0 pkg - 6/11/2003 -
- - European Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP011 - 18.3333333 - 21.1111111 - Medium - 67.5000000 - Malty, Northern European ale yeast. Low ester production, low sulfer, gives a clean profile. Low attenuation contributes to malty taste. - Alt, Kolsch, malty English Ales, Fruit beers - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - European Ale Yeast - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1338 - 16.6666667 - 22.2222222 - High - 69.0000000 - Very malty flavor characteristic of Bavarian/Munich Ales. Complex character. - European Ales, German Ales, Alts, Pale Ale, Brown Ale, Kolsch - 5 - 0 - FALSE - 124.21 ml - 62.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - European Lager II - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2247 - 7.7777778 - 13.3333333 - Low - 75.0000000 - Clean, dry flavor profile for aggressively hopped pilsners. Dry finish, mild aroma, slight sulfur production. - Bohemian Pilsner, American Pilsner, Helles, Dunkel - 5 - 0 - FALSE - 124.21 ml - 46.0 F - 56.0 F - 0.0 pkg - 6/14/2003 -
- - Flor Sherry Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP700 - 21.1111111 - 24.4444444 - Medium - 83.0000000 - This yeast develops a film (flor) on the surface of the wine. Creates green almond, granny smith and nougat characteristics found in sherry. Can also be used for Port, Madeira and other sweet styles. For use in secondary fermentation. Slow fermentor. Al - Sherry wine yeast - 5 - 0 - FALSE - 50.28 ml - 70.0 F - 76.0 F - 0.0 pkg - 3/6/2011 -
- - Forbidden Fruit - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3463 - 17.2222222 - 24.4444444 - Low - 74.0000000 - Phenolic profile with subdued fruitiness. Available seasonally. - Belgian Wit, Grand Cru - 5 - 0 - FALSE - 124.21 ml - 63.0 F - 76.0 F - 0.0 pkg - 6/14/2003 -
- - French Red Wine Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP750 - 15.5555556 - 32.2222222 - Low - 83.0000000 - Classic Bordeaux yeast for red wine fermentations. Moderate fermentation characteristics. Tolerates lower fermentation temperatures. Rich, smooth flavor profile. Alcohol Tolerance: 17% - Bordeaux - 5 - 0 - FALSE - 50.28 ml - 60.0 F - 90.0 F - 0.0 pkg - 3/6/2011 -
- - French Saison - 1 - Ale -
Liquid
- 0.0502753 - FALSE - Wyeast Labs - 3711 - 18.3333333 - 25.0000000 - Medium - 80.0000000 - A very versatile strain that produces Saison or farmhouse style biers as well as other Belgian style beers that are highly aromatic (estery), peppery, spicy and citrusy. This strain enhances the use of spices and aroma hops, and is extremely attenuative b - French and Belgian Saison or Farmhouse ales - 5 - 0 - FALSE - 50.28 ml - 65.0 F - 77.0 F - 0.0 pkg - 3/6/2011 -
- - French White Wine Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP735 - 15.5555556 - 32.2222222 - Low - 83.0000000 - Classic yeast for white wine fermentation. Slow to moderate fermenter and foam producer. Gives an enhanced creamy texture. Alcohol Tolerance: 16% - French white wines - 5 - 0 - FALSE - 50.28 ml - 60.0 F - 90.0 F - 0.0 pkg - 3/6/2011 -
- - GF All American Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1272 - 15.5555556 - 22.2222222 - High - 74.0000000 - Popular all purpose American ale style now in a Gluten Free strain. Produces beers that are nutty, clean with a slight tart finish. Ferment warmer to accentuate hops and add fruitiness or ferment cold for clean light citrus character. - American Amber, Brown, IPA, Pale ales and stouts. Blondes and fruit beers. - 5 - 0 - FALSE - 124.21 ml - 60.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - German Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1007 - 12.7777778 - 18.8888889 - Low - 75.0000000 - Crisp, dry finish with a mild flavor. - German Ales, Alts, Kolsch, Dry Stout - 5 - 0 - FALSE - 124.21 ml - 55.0 F - 66.0 F - 0.0 pkg - 6/14/2003 -
- - German Ale II - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP003 - 18.3333333 - 21.1111111 - Medium - 76.5000000 - Strong sulfer component will reduce with aging. Clean flavor, but with more ester production than regular German Ale Yeast. - Kolsch, Alt and German Pale Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - German Ale/Kolsch - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP029 - 18.3333333 - 20.5555556 - Medium - 75.0000000 - Great for light beers. Accentuates hop flavors. Slight sulfer flavor will fade with age and leave a clean, lager like ale. - Kolsch, Altbiers, Pale Ales, Blonde and Honey Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 69.0 F - 0.0 pkg - 6/14/2003 -
- - German Bock Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP833 - 8.8888889 - 12.7777778 - Medium - 73.0000000 - Produces beer that has balanced malt and hop character. - Bocks, Doppelbocks, Oktoberfest, Vienna, Helles, some American Pilsners - 5 - 0 - FALSE - 35.49 ml - 48.0 F - 55.0 F - 0.0 pkg - 6/14/2003 -
- - German Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP830 - 10.0000000 - 12.7777778 - Medium - 76.5000000 - Very malty and clean. - German Marzen, Pilsner, Lagers, Oktoberfest beers. - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/14/2003 -
- - German Wheat - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3333 - 17.2222222 - 23.8888889 - High - 73.0000000 - Subtle flavor profile. Sharp, fruity, crisp, sherry like flavor. - Bavarian Weizen - 5 - 0 - FALSE - 124.21 ml - 63.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Hefeweizen Ale - 1 - Wheat -
Liquid
- 0.0354884 - FALSE - White Labs - WLP300 - 20.0000000 - 22.2222222 - Low - 74.0000000 - Banana and clove aroma. Produces cloudy appearance. - German style wheat beers. Weiss, Weizen, Hefeweizen - 5 - 0 - FALSE - 35.49 ml - 68.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - Hefeweizen IV Ale - 1 - Wheat -
Liquid
- 0.0354884 - FALSE - White Labs - WLP380 - 18.8888889 - 21.1111111 - Low - 76.5000000 - Large clove and phenolic aroma, but with minimal banana flavor. Citrus and apricot notes. Crisp and drinkable, with some sulfur production. - German style Hefeweizen - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - Irish Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1084 - 16.6666667 - 22.2222222 - Medium - 73.0000000 - Dry diacetyl, fruity flavor characteristic of stouts. Full bodied, dry, clean flavor. - Irish Dry Stouts, Porter, Scottish Ale, Brown Ale, Imperial Stout, Barley Wine - 5 - 0 - FALSE - 124.21 ml - 62.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - Irish Ale Yeast - 1 - Ale -
Liquid
- 0.0000000 - FALSE - White Labs - WLP004 - 18.3333333 - 20.0000000 - Medium - 71.5000000 - Excellent for Irish Stouts. Produces slight hint of diacetyl balanced by a light fruitiness and a slightly dry crispness. - Irish Ales, Stouts, Porters, Browns, Reds and Pale Ale - 5 - 0 - FALSE - 0.00 ml - 65.0 F - 68.0 F - 0.0 pkg - 6/14/2003 -
- - Klassic Ale Yeast - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP033 - 18.8888889 - 21.1111111 - Medium - 70.0000000 - Traditional English Ale style yeast. Produces ester character, and allows hop flavor through. Leaves a slightly sweet malt character in ales. - Bitters, milds, porters stouts and scottish ale styles. - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 70.0 F - 0.0 pkg - 6/11/2003 -
- - Kolsch Yeast - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2565 - 13.3333333 - 17.7777778 - Low - 75.0000000 - Very malty flavor with mix of lager and ale character. Crisp, clean finish. - Kolsch, European Ales - 5 - 0 - FALSE - 124.21 ml - 56.0 F - 64.0 F - 0.0 pkg - 6/14/2003 -
- - Lactobacillus - 1 - Ale -
Liquid
- 0.0502753 - FALSE - Wyeast Labs - 5335 - 15.5555556 - 35.0000000 - Medium - 80.0000000 - Lactic acid bacteria isolated from a Belgian brewery. This culture produces moderate levels of acidity and is commonly found in many types of beers including gueuze, lambics, sour brown ales and Berliner Weisse. It is always used in conjunction with S.cer - Belgian sout beers (secondary) - 5 - 0 - TRUE - 50.28 ml - 60.0 F - 95.0 F - 0.0 pkg - 3/6/2011 -
- - Lactobacillus Bacteria - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP677 - 18.3333333 - 22.2222222 - Medium - 70.0000000 - Bacteria for use in secondary. This lactic acid bacteria produces moderate levels of acidity and sour flavors found in lambics, Berliner Weiss, sour brown ale and gueze. - Lambic, Berliner Weiss, Sour Brown and Gueze (secondary) - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Lactobacillus Delbrueckii - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 4335 - 15.5555556 - 35.0000000 - Medium - 67.0000000 - Lactic acid bacteria isolated from Belgium. Produces mild acidity and sourness found in many types of Belgian beers. Always used in conjunction with S. Cerevisiae and wild yeasts. - Belgian gueze, lambic, sour brown ales, and Berliner Weisse. - 5 - 0 - TRUE - 124.21 ml - 60.0 F - 95.0 F - 0.0 pkg - 6/12/2003 -
- - London Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP013 - 18.8888889 - 21.6666667 - Medium - 71.0000000 - Dry, malty ale yeast. Produces a complex, oak flavored ester character. Hop bitterness comes through well. - Classic British Pale Ales, Bitters and Stouts - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 71.0 F - 0.0 pkg - 6/14/2003 -
- - London Ale III - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1318 - 17.7777778 - 23.3333333 - High - 73.0000000 - Light, fruity flavor. Balanced flavor with hint of sweetness. - British Ales, Bitters - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 74.0 F - 0.0 pkg - 6/14/2003 -
- - London Ale Yeast - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1028 - 15.5555556 - 22.2222222 - Medium - 75.0000000 - Dry finish, bold, rich flavor, some fruit profile and a crisp finish. - English Ales, Bitters, IPAs, Brown Ale - 5 - 0 - FALSE - 124.21 ml - 60.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - London ESB Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1968 - 17.7777778 - 22.2222222 - High - 69.0000000 - Malty, balanced flavor. Fruity, rich finish. Excellent for cask conditioned ales and bitters. - English Bitters, IPA, Brown Ales, Mild Ales - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - Malolactic Bacteria - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP675 - 18.3333333 - 22.2222222 - Medium - 70.0000000 - Bacteria for use in secondary. Malolactic fermentation is the conversion of malic acid to lactic acid by bacteria from the lactic acid bacteria family. Lactic acid is less acidic than malic acid, which in turn decreases acidity and helps to soften and/o - Primarily wine - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 72.0 F - 0.0 pkg - 3/6/2011 -
- - Manchester Ale Yeast - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP038 - 18.3333333 - 21.1111111 - Medium - 72.0000000 - Top fermenting strain that is good for top-cropping. Moderately flocculent with a clean, dry finish. Low ester profile for producing a balanced English ale. - English style ales - 5 - 0 - FALSE - 50.28 ml - 65.0 F - 70.0 F - 0.0 pkg - 3/6/2011 -
- - Merlot Red Wine Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP740 - 15.5555556 - 32.2222222 - Low - 83.0000000 - Neutral, low fusel alcohol production. Will ferment to dryness, alcohol tolerance to 18%. Vigorous fermenter. WLP740 is well suited for Merlot, Shiraz, Pinot Noir, Chardonnay, Cabernet, Sauvignon Blanc, and Semillon. Alcohol Tolerance: 18% - Merlot, Shiraz, Pinot Noir, Chardonnay, Cabernet, Sauvignon Blanc, and Semillon - 5 - 0 - FALSE - 50.28 ml - 60.0 F - 90.0 F - 0.0 pkg - 3/6/2011 -
- - Mexican Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP940 - 10.0000000 - 12.7777778 - Medium - 74.0000000 - From Mexico City - produces a clean lager beer with a crisp finish. Good for mexican style beers. - Mexican style light and dark lagers. - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/12/2003 -
- - Munich Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2308 - 8.8888889 - 13.3333333 - Medium - 75.0000000 - Unique Pilsner strain. Very smooth, well-rounded and full bodied. Benefits from a diacetyl rest. - Pilsners, Light Lagers, Dortmond/Export, Marzen/Oktoberfest, Dunkel - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 56.0 F - 0.0 pkg - 6/14/2003 -
- - North American Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2272 - 8.8888889 - 13.3333333 - High - 73.0000000 - American and Canadian lager yeast. Malty finish makes it suitable for Marzens/Oktoberfest as well. - American Pilsner, California Common, Canadian Lager, Oktoberfest, Marzen - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 56.0 F - 0.0 pkg - 6/14/2003 -
- - Northwest Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1332 - 18.3333333 - 23.8888889 - High - 69.0000000 - Classic Northwest US ale yeast. Slight fruit flavor, malty ale with good body and balance. - Oregon Ales, All American Ale styles - 5 - 0 - FALSE - 124.21 ml - 65.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Nottingham Ale Yeast - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP039 - 18.8888889 - 21.1111111 - Medium - 77.5000000 - British style of ale yeast with a very dry finish and high attenuation. Medium to low fruit and fusel alcohol production. Good top fermenting yeast for cropping. - British ales, pale ales, ambers, porters and stouts. - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 70.0 F - 0.0 pkg - 6/14/2003 -
- - Octoberfest Lager Blend - 1 - Lager -
Liquid
- 0.0502753 - FALSE - Wyeast Labs - 2633 - 8.8888889 - 14.4444444 - Low - 75.0000000 - This blend of lager strains is designed to produce a rich, malty, complex and full bodied Octoberfest style beer. It attenuates well while leaving plenty of malt character and mouthfeel. This strain is low in sulfur production. - Octoberfest, Marzen, Bavarian lagers - 5 - 0 - FALSE - 50.28 ml - 48.0 F - 58.0 F - 0.0 pkg - 3/6/2011 -
- - Octoberfest/Marzen Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP820 - 11.1111111 - 14.4444444 - Medium - 69.0000000 - Produces a malty, bock style beer. Does not finish as dry or as fast as White's German Lager yeast. Longer lagering or starter recommended. - Marzen, Oktoberfest, European Lagers, Bocks, Munich Helles - 5 - 0 - FALSE - 35.49 ml - 52.0 F - 58.0 F - 0.0 pkg - 6/14/2003 -
- - Old Bavarian Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP920 - 10.0000000 - 12.7777778 - Medium - 69.5000000 - Southern Germany/Bavarian lager yeast. Finishes malty with a slight ester profile. - Oktoberfest, Marzen, Bock and Dark Lagers. - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/12/2003 -
- - Pacific Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP041 - 18.3333333 - 20.0000000 - High - 67.5000000 - Popular yeast from the Pacific Northwest. Leaves a clear and malty profile. More fruity than WLP002. Suitable for many English and American styles. - English & American ales including milds, bitters, IPA, porters and English stouts. - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 68.0 F - 0.0 pkg - 6/14/2003 -
- - Pediococcus - 1 - Ale -
Liquid
- 0.0502753 - FALSE - Wyeast Labs - 5733 - 18.3333333 - 35.0000000 - Medium - 80.0000000 - Lactic acid bacteria used in the production of Belgian style beers where additional acidity is desirable. Often found in gueuze and other Belgian style beer. Acid production will increase with storage time. It may also cause ropiness and produce low level - Belgian sour ales - 5 - 0 - TRUE - 50.28 ml - 65.0 F - 95.0 F - 0.0 pkg - 3/6/2011 -
- - Pediococcus Cerevisiae - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 4733 - 15.5555556 - 35.0000000 - Medium - 67.0000000 - Lactic acid bacteria isolated from Belgium. Creates a high level of lactic acidity over a long time. Often used with other yeasts, and it may take several months for flavor to fully develop. - Gueze and other Belgian styles. - 5 - 0 - TRUE - 124.21 ml - 60.0 F - 95.0 F - 0.0 pkg - 6/12/2003 -
- - Pilsen Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2007 - 8.8888889 - 13.3333333 - Medium - 73.0000000 - Classic American pilsner strain. Smooth with a malty flavor. Dry and crisp fermentation. - American Pilsner, Bohemian Pilsner, Light Lagers - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 56.0 F - 0.0 pkg - 6/14/2003 -
- - Pilsner Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP800 - 10.0000000 - 12.7777778 - High - 74.5000000 - Classic pilsner strain from Czech Republic. Dry with a malty finish. - European Pilsners, Bohemian Pilsner - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/14/2003 -
- - Premium Bitter Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP026 - 19.4444444 - 21.1111111 - Medium - 72.5000000 - From Staffordshire England. Mild, but complex estery flavor. High attenuation - ferments strong and dry. Suitable for high gravity beers. - All English ales including bitters, milds, ESB, Porter, Stout and Barley Wine - 5 - 0 - FALSE - 35.49 ml - 67.0 F - 70.0 F - 0.0 pkg - 6/11/2003 -
- - Ringwood Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1187 - 17.7777778 - 23.3333333 - High - 70.0000000 - European ale yeast. Highly flocculant with complex, clear, but malty profile. Slightly fruity ester. - Ringwood Ale, Brown Ales - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 74.0 F - 0.0 pkg - 6/14/2003 -
- - Roselare Belgian Blend - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3763 - 12.7777778 - 26.6666667 - Medium - 80.0000000 - Culture of Saccharomyces, Brettonomyces and Lactic Acid Bacteria. Complex aromas and flavors. May be used for primary fermentation. Primarily for sour brown and red Belgian styles. - Belgian sour brown and red beers. - 5 - 0 - FALSE - 124.21 ml - 55.0 F - 80.0 F - 0.0 pkg - 6/12/2003 -
- - Sake Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP705 - 21.1111111 - 24.4444444 - Medium - 83.0000000 - For use in rice based fermentations. For sake, use this yeast in conjunction with Koji (to produce fermentable sugar). WLP705 produces full body sake character, and subtle fragrance. Alcohol tolerance to 16%. - Sake wine yeast - 5 - 0 - FALSE - 50.28 ml - 70.0 F - 76.0 F - 0.0 pkg - 3/6/2011 -
- - San Francisco Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP810 - 14.4444444 - 18.3333333 - High - 67.5000000 - Produces "California Common" style beer. - California and Premium Lagers, all American Lagers - 5 - 0 - FALSE - 35.49 ml - 58.0 F - 65.0 F - 0.0 pkg - 6/14/2003 -
- - Scottish Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1728 - 12.7777778 - 23.8888889 - High - 71.0000000 - High alcohol tolerance. - Scottish Ale, Scottish Strong Ales, Sweet Stout, Imperial Stout, Barley Wine - 5 - 0 - FALSE - 124.21 ml - 55.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Southern German Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP838 - 10.0000000 - 12.7777778 - High - 72.0000000 - Malty finish and balanced aroma. Strong fermenter, slight sulfur and low diacetyl. - German Pilsner, Helles, Oktoberfest, Marzen, Bocks - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/14/2003 -
- - Southwold Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP025 - 18.8888889 - 20.5555556 - Medium - 71.5000000 - From Suffolk county. Products complex fruity and citrus flavors. Slight sulfer production, but this will fade with ageing. - British bitters and pale ales. - 5 - 0 - FALSE - 35.49 ml - 66.0 F - 69.0 F - 0.0 pkg - 6/11/2003 -
- - Steinberg-Geisenheim Wine - 1 - Wine -
Liquid
- 0.0354884 - FALSE - White Labs - WLP727 - 10.0000000 - 32.2222222 - Low - 83.0000000 - German origin wine yeast. High fruit/ester production. Moderate fermentation characteristics and cold tolerant. - Riesling wines. - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 90.0 F - 0.0 pkg - 6/12/2003 -
- - Super High Gravity Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP099 - 20.5555556 - 23.3333333 - Low - 82.0000000 - Ferments up to 25% alcohol content. Flavor may vary greatly depending on beer alcohol. English like esters at low gravity, but will become more wine-like as alcohol exceeds 16% ABV. Refer to White Labs web page for tips on fermenting high gravity ales. - Very high gravity beers and barley wine up to 25% alcohol. - 5 - 0 - FALSE - 35.49 ml - 69.0 F - 74.0 F - 0.0 pkg - 6/11/2003 -
- - Suremain Burgundy Wine Yeast - 1 - Wine -
Liquid
- 0.0502753 - FALSE - White Labs - WLP770 - 15.5555556 - 32.2222222 - Low - 83.0000000 - Emphasizes fruit aromas in barrel fermentations. High nutrient requirement to avoid volatile acidity production. -Alcohol Tolerance: 16% - Burgundy - 5 - 0 - FALSE - 50.28 ml - 60.0 F - 90.0 F - 0.0 pkg - 3/6/2011 -
- - Sweet Mead/Wine - 1 - Wine -
Liquid
- 0.0354884 - FALSE - White Labs - WLP720 - 21.1111111 - 23.8888889 - Low - 72.5000000 - Lower attenuation than White Labs Champagne Yeast. Leaves some residual sweetness as well as fruity flavor. Alcohol concentration up to 15%. - Sweet Mead, Wine and Cider - 5 - 0 - FALSE - 35.49 ml - 70.0 F - 75.0 F - 0.0 pkg - 6/11/2003 -
- - Thames Valley Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1275 - 16.6666667 - 22.2222222 - Medium - 77.0000000 - Clean, complex flavor. Low in fruit, low in esters, rich in flavor. Hops come through well. - British Bitters, ESB, India Pale Ale, English Strong Ale - 5 - 0 - FALSE - 124.21 ml - 62.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - Trappist Ale - 1 - Ale -
Liquid
- 0.0354884 - FALSE - White Labs - WLP500 - 18.3333333 - 22.2222222 - Medium - 77.5000000 - Distinctive fruitiness and plum characteristics. Excellent for high gravity beers. - Trappist Ale, Dubbel, Trippel, Belgian Ales - 5 - 0 - FALSE - 35.49 ml - 65.0 F - 72.0 F - 0.0 pkg - 6/14/2003 -
- - Trappist High Gravity - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3787 - 17.7777778 - 25.5555556 - Medium - 76.0000000 - Robust top cropping yeast. Phenolic character and alcohol tolerance up to 12%. Rich ester profile and malty flavor. - Belgian Wit, Trappist Ale, High gravity ales - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 78.0 F - 0.0 pkg - 6/14/2003 -
- - Urquell Lager - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2001 - 8.8888889 - 14.4444444 - Medium - 74.0000000 - Pilsner Urquell yeast with mild fruit/floral aroma. Very dry and clean on palate with full mouth feel. Subtle malt character. Clean and neutral finish. - Bohemian Pilsner - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 58.0 F - 0.0 pkg - 6/14/2003 -
- - Weihenstephan Weizen - 1 - Wheat -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 3068 - 17.7777778 - 23.8888889 - Low - 75.0000000 - Unique Bavarian wheat yeast that produces the spicy weizen clove and banana flavor. Best when fermented at around 68 deg F. - Bavarian Weizen - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Whitbread Ale - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1099 - 17.7777778 - 23.8888889 - High - 70.0000000 - Slightly more fruity and malty than Wyeast's British Ale. Clear and highly flocculant. - Whitbread Ale, British Ales, Pales, Bitters - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 75.0 F - 0.0 pkg - 6/14/2003 -
- - Wyeast Ale Blend - 1 - Ale -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 1087 - 17.7777778 - 22.2222222 - Medium - 73.0000000 - Blend of ale strains designed to provide quick starts, good flavor, balance and flocculation. Balanced finish suitable for most American and British ale styles. - American and British Ale Styles. - 5 - 0 - FALSE - 124.21 ml - 64.0 F - 72.0 F - 0.0 pkg - 6/12/2003 -
- - Wyeast Lager Blend - 1 - Lager -
Liquid
- 0.1242095 - FALSE - Wyeast Labs - 2178 - 8.8888889 - 14.4444444 - Medium - 73.0000000 - Blend of lager strains to produce a complex but clean lager flavor profile. Suitable for many common lager styles. - Classic Pilsners, Lagers, Bocks. - 5 - 0 - FALSE - 124.21 ml - 48.0 F - 58.0 F - 0.0 pkg - 6/12/2003 -
- - Yorkshire Square Ale Yeast - 1 - Ale -
Liquid
- 0.0502753 - FALSE - White Labs - WLP037 - 18.3333333 - 20.5555556 - High - 70.0000000 - This yeast produces a malty but well balanced profile. Expect toasty flavors with malt driven esters. Highly flocculent and a good choice for many English ales. - English pale ales, English brown ales and Mild ales - 5 - 0 - FALSE - 50.28 ml - 65.0 F - 69.0 F - 0.0 pkg - 3/6/2011 -
- - Zurich Lager - 1 - Lager -
Liquid
- 0.0354884 - FALSE - White Labs - WLP885 - 10.0000000 - 12.7777778 - Medium - 75.0000000 - Swiss style lager yeast. Sulfer and diacytl production is minimal. May be used for high gravity lagers with proper care. - Swiss style lager, and high gravity lagers (over 11% ABV) - 5 - 0 - FALSE - 35.49 ml - 50.0 F - 55.0 F - 0.0 pkg - 6/12/2003 -
+ + + + Abbey IV Ale Yeast + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP540 + 18.8888889 + 22.2222222 + Medium + 78.0000000 + Medium fruit flavors for Belgian styles. + Trappist Belgian Ales, Dubbels, Tripels and Specialty ales + 5 + 0 + FALSE + 50.28 ml + 66.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + American Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1056 + 15.5555556 + 22.2222222 + Medium + 75.0000000 + Dry, clean, and versitile. + American Pale Ale, Scottish Ale, Porters, Sweet Stout, Barleywine + 5 + 0 + FALSE + 124.21 ml + 60.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + American Ale II + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1272 + 15.5555556 + 22.2222222 + High + 74.0000000 + Clean, slightly nutty, tart finish. + All American Ales, Brown Ales, Barleywine + 5 + 0 + FALSE + 124.21 ml + 60.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + American Ale Yeast Blend + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP060 + 20.0000000 + 22.2222222 + Medium + 76.0000000 + Clean, with a lager-like finish. Sulfur notes. + American ales with clean finish + 5 + 0 + FALSE + 50.28 ml + 68.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + American Farmhouse Blend + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP670 + 20.0000000 + 22.2222222 + Medium + 78.5000000 + Complex, moderate sourness from brettanomyces. + Saisons, Farmhouse Ales + 5 + 0 + FALSE + 50.28 ml + 68.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + American Hefeweizen Ale + 1 + Wheat +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP320 + 18.3333333 + 20.5555556 + Low + 72.5000000 + Slight clove, banana flavor with some sulfur. Contributes haze. + Oregon style American Hefeweizen + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 69.0 F + 0.0 pkg + 6/14/2003 +
+ + American Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2035 + 8.8888889 + 14.4444444 + Medium + 75.0000000 + Complex and aromatic. + American Lagers and Pilsners + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 58.0 F + 0.0 pkg + 6/14/2003 +
+ + American Lager Yeast + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP840 + 10.0000000 + 12.7777778 + Medium + 77.5000000 + Dry and clean with very slight apple fruitiness. + American style Lagers + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/14/2003 +
+ + American Wheat Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1010 + 14.4444444 + 23.3333333 + Low + 76.0000000 + Dry, crisp, and slightly tart. Low esters. + American Wheat, Berliner Weiss, Hefeweizen + 5 + 0 + FALSE + 124.21 ml + 58.0 F + 74.0 F + 0.0 pkg + 6/14/2003 +
+ + Antwerp Ale Yeast + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP515 + 19.4444444 + 21.1111111 + Medium + 76.5000000 + Biscuity, ale-like aroma with lager-like flavor. Accentuates hop flavors and + bitterness. + + Belgian pale and amber ales + 5 + 0 + FALSE + 50.28 ml + 67.0 F + 70.0 F + 0.0 pkg + 3/6/2011 +
+ + Australian Ale Yeast + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP009 + 18.3333333 + 21.1111111 + High + 72.5000000 + Clean and bready. Can ferment clean at high temperatures. + Australian Ales, English Ales + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + Bastogne Belgian Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP510 + 18.8888889 + 22.2222222 + Medium + 77.0000000 + High gravity Trappist ale yeast. Dry, slightly acidic finish. Cleaner and less spicy + than WLP500 or WLP530. + + High gravity beers, Belgian ales, Dubbels, Trippels. + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 72.0 F + 0.0 pkg + 6/11/2003 +
+ + Bavarian Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2206 + 7.7777778 + 14.4444444 + Medium + 75.0000000 + Full-bodied, rich, malty. + German Bocks, Vienna, Oktoberfest, Hells, Marzens, Dunkel + 5 + 0 + FALSE + 124.21 ml + 46.0 F + 58.0 F + 0.0 pkg + 6/14/2003 +
+ + Bavarian Weizen Yeast + 1 + Wheat +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP351 + 18.8888889 + 21.1111111 + Low + 75.0000000 + Moderate spicy, phenolic overtones reminiscent of cloves. + Bavarian Weizen and wheat beers. + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + Bavarian Wheat + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3638 + 17.7777778 + 23.8888889 + Low + 73.0000000 + Bubblegum and banana flavors, with apple/plum ester profile. + Bavarian Weizen, Hefeweizen + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Bavarian Wheat Yeast + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3056 + 17.7777778 + 23.3333333 + Medium + 75.0000000 + Mild ester and phenolic profile. + Bavarian style wheat beers. + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 74.0 F + 0.0 pkg + 6/12/2003 +
+ + Bedford British Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP006 + 18.3333333 + 21.1111111 + High + 76.0000000 + Ferments dry. Distinctive ester profile. + English style ales - bitter, pale, porter and brown ale + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 70.0 F + 0.0 pkg + 6/11/2003 +
+ + Belgian Abbey II + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1762 + 18.3333333 + 23.8888889 + Medium + 75.0000000 + Dry, with slight fruitiness. High alcohol tolerance. + Belgian Ales, Trappist Ales, Abbey Ales, Grand Cru + 5 + 0 + FALSE + 124.21 ml + 65.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP550 + 20.0000000 + 25.5555556 + Medium + 81.5000000 + Complex phenolic, spicy profile. + Belgian Ales, Saisons, Belgian Reds, Belgian Browns, White beers + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 78.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Ale Yeast + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1214 + 14.4444444 + 20.0000000 + Medium + 74.0000000 + Alcohol tolerant. Slightly spicy, well attenuated. + Belgian Ales, Abbey Ales, Trappist Ales + 5 + 0 + FALSE + 124.21 ml + 58.0 F + 68.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Ardennes + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3522 + 18.3333333 + 29.4444444 + High + 74.0000000 + Mild fruitiness and complex spicy flavor, phenolic at high temperatures. + Belgian Ale + 5 + 0 + FALSE + 124.21 ml + 65.0 F + 85.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Golden Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP570 + 20.0000000 + 23.8888889 + Low + 75.5000000 + Fruity and phenolic. + Belgian Ales, Dubbels + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Lager Yeast + 1 + Lager +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP815 + 10.0000000 + 12.7777778 + Medium + 75.0000000 + Clean, crisp, European lager yeast. + European style pilsners, dark lagers, Vienna lager, and American style lagers + + 5 + 0 + FALSE + 50.28 ml + 50.0 F + 55.0 F + 0.0 pkg + 3/6/2011 +
+ + Belgian Lambic Blend + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3278 + 17.2222222 + 23.8888889 + Low + 70.0000000 + Lambic mixture of yeasts and bacterias creates lactic flavor. + Belgian Lambic + 5 + 0 + FALSE + 124.21 ml + 63.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Saison + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3724 + 21.1111111 + 35.0000000 + Low + 78.0000000 + Bubblegum, with spicy aromatics. Tart, dry, and crisp. + Belgian Saison beer + 5 + 0 + FALSE + 124.21 ml + 70.0 F + 95.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Saison I Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP565 + 20.0000000 + 23.8888889 + Medium + 70.0000000 + Earthy, spicy, peppery and slightly sweet. + Saison Ale, Belgian Ale, Dubbel, Trippel + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Saison II Yeast + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP566 + 20.0000000 + 25.5555556 + Medium + 81.5000000 + Fruity ester profile. Moderately phenolic with a clove-like flavor and aroma. + Belgian or French Saison + 5 + 0 + FALSE + 50.28 ml + 68.0 F + 78.0 F + 0.0 pkg + 3/6/2011 +
+ + Belgian Sour Mix 1 + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP655 + 18.3333333 + 22.2222222 + Medium + 70.0000000 + Blend of Brettanomyces, Saccharomyces, Lactobacillus and Pediococcus. Use in + secondary. + + Belgian sour beers + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Belgian Strong Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1388 + 18.3333333 + 23.8888889 + Low + 76.0000000 + Dry, tart, fruity flavor. High alcohol tolerance. + Belgian Ales, Scottish Strong Ale,Trappist Ales, Dubbels, Trippels + 5 + 0 + FALSE + 124.21 ml + 65.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Strong Ale Yeast + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP545 + 18.3333333 + 22.7777778 + Medium + 81.5000000 + Moderate esters, spicy phenolic character. Balanced finish. + Belgian dark strongs, Abbey ales and Christmas beers + 5 + 0 + FALSE + 50.28 ml + 65.0 F + 73.0 F + 0.0 pkg + 3/6/2011 +
+ + Belgian Style Ale Yeast Blend + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP575 + 20.0000000 + 23.8888889 + Medium + 77.0000000 + Versatile blend to be used for Trappist and other Belgian style ales. + Trappist and other Belgian ales. + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Style Saison Ale Yeast Blend + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP568 + 21.1111111 + 26.6666667 + Medium + 75.0000000 + Complex, fruity aromas and flavors. Phenolic, spicy, earthy, and clove like flavor + + Belgian and French Saison + 5 + 0 + FALSE + 50.28 ml + 70.0 F + 80.0 F + 0.0 pkg + 3/6/2011 +
+ + Belgian Wheat Yeast + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3942 + 17.7777778 + 23.3333333 + Medium + 74.0000000 + Plum and apple aroma with a dry finish. + Belgian Wheat, Bavarian Weizen + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 74.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Wit Ale + 1 + Wheat +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP400 + 19.4444444 + 23.3333333 + Low + 76.0000000 + Phenolic and tart. + Belgian Wit + 5 + 0 + FALSE + 35.49 ml + 67.0 F + 74.0 F + 0.0 pkg + 6/14/2003 +
+ + Belgian Wit II + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP410 + 19.4444444 + 23.3333333 + Medium + 72.5000000 + Mildly phenolic, quite spicy. + Belgian Wit, Spiced Ale, Wheat Ales and Specialty Beers + 5 + 0 + FALSE + 35.49 ml + 67.0 F + 74.0 F + 0.0 pkg + 6/11/2003 +
+ + Belgian Witbier + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3944 + 16.6666667 + 23.8888889 + Medium + 74.0000000 + Tart, slightly phenolic character. High alcohol tolerance. + Belgian Wit, Grand Cru + 5 + 0 + FALSE + 124.21 ml + 62.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Berliner Weisse Blend + 1 + Wheat +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP630 + 20.0000000 + 22.2222222 + Medium + 76.5000000 + Subtle tartness. Can take several months to develop character. + Berliner Weisse + 5 + 0 + FALSE + 50.28 ml + 68.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Bohemian Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2124 + 8.8888889 + 14.4444444 + Medium + 71.0000000 + Ferments clean. Rich malty flavor comes through. + Bohemian Pilsners, Pilsners, German Helles, Bocks + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 58.0 F + 0.0 pkg + 6/14/2003 +
+ + Brettanomyces Bruxellensis + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP650 + 18.3333333 + 22.2222222 + Medium + 70.0000000 + Medium intensity Brett character. Takes months to develop fully. + Belgian sour ales and labics (in secondary) + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Brettanomyces Bruxellensis + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3112 + 15.5555556 + 23.8888889 + Medium + 67.0000000 + Horse hair and sour cherry-pie flavor. Takes months to develop fully. + Belgian Lambic, Gueze Lambic, and Sour Browns + 5 + 0 + TRUE + 124.21 ml + 60.0 F + 75.0 F + 0.0 pkg + 6/12/2003 +
+ + Brettanomyces Claussenii + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP645 + 18.3333333 + 22.2222222 + Medium + 70.0000000 + Low intensity Brett character. Pineapple like aroma. Mild flavor contribution. + + Sour ales (in secondary) + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Brettanomyces Lambicus + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP653 + 18.3333333 + 22.2222222 + Medium + 70.0000000 + High intensity Brett character. Horsey, smoky and spicy flavors. + Lambics and Flanders/Sour Brown ales + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Brettanomyces Lambicus + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + Wyeast Labs + 5526 + 15.5555556 + 23.8888889 + Very High + 80.0000000 + Cherry-pie like flavor and sourness. Works best in conjunction with other yeast. + + Lambic + 5 + 0 + TRUE + 50.28 ml + 60.0 F + 75.0 F + 0.0 pkg + 3/6/2011 +
+ + British Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP005 + 19.4444444 + 23.3333333 + High + 70.5000000 + High attenuation, allows malt character to come through. + Excellent for all English style ales including bitters, pale ale, porters and + brown ale. + + 5 + 0 + FALSE + 35.49 ml + 67.0 F + 74.0 F + 0.0 pkg + 6/14/2003 +
+ + British Ale II + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1335 + 17.2222222 + 23.8888889 + High + 74.5000000 + Malty, clean, crisp finish. Dry flavor. + British and Canadian Ales, English Bitters + 5 + 0 + FALSE + 124.21 ml + 63.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + British Ale Yeast + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1098 + 17.7777778 + 22.2222222 + Medium + 74.0000000 + Fruity, and tart. Dry, crisp finish. + All British Ales, Pales, Bitters, English Strong Ale + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + British Cask Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1026 + 17.2222222 + 22.2222222 + Medium + 75.5000000 + Nice malt profile with a hint of fruit. Finishes dry and slightly tart. + British Ales + 5 + 0 + FALSE + 124.21 ml + 63.0 F + 72.0 F + 0.0 pkg + 12/9/2003 +
+ + Budvar Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2000 + 7.7777778 + 13.3333333 + High + 73.0000000 + Malty and subtle fruit aroma. Dry crisp finish. + Bohemian Pilsner, Classic Pilsners, Dortmunder and Light Lagers + 5 + 0 + FALSE + 124.21 ml + 46.0 F + 56.0 F + 0.0 pkg + 6/14/2003 +
+ + Burton Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP023 + 20.0000000 + 22.7777778 + Medium + 72.0000000 + Complex flavor blend of apple, pear, and clover honey. + All English styles including Pale Ale, IPA, Porter, Stout and Bitters. + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 73.0 F + 0.0 pkg + 6/14/2003 +
+ + Cabernet Red Wine Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP760 + 15.5555556 + 32.2222222 + Low + 83.0000000 + Excellent for full-bodied red wines, ester production complements flavor. Alcohol + Tolerance: 16% + + Merlot, Chardonnay, Chianti, Chenin Blanc, and Sauvignon Blanc + 5 + 0 + FALSE + 50.28 ml + 60.0 F + 90.0 F + 0.0 pkg + 3/6/2011 +
+ + California Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP001 + 20.0000000 + 22.7777778 + High + 76.5000000 + Accentuates hop flavor. Clean flavor and finish. Versatile. + American Style Ales, Ambers, Pale Ales, Brown Ale, Strong Ale + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 73.0 F + 0.0 pkg + 6/14/2003 +
+ + California Ale V + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP051 + 18.8888889 + 21.1111111 + High + 72.5000000 + Clean flavor and finish. Versatile. Produces a full bodied beer. + American style Pales, Ambers, Browns, IPAs, American Strong Ale + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + California Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2112 + 14.4444444 + 20.0000000 + High + 69.0000000 + Lagers at high temperature and produces malty, clear beers. + California Common + 5 + 0 + FALSE + 124.21 ml + 58.0 F + 68.0 F + 0.0 pkg + 6/14/2003 +
+ + Champagne Yeast + 1 + Champagne +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP715 + 21.1111111 + 23.8888889 + Low + 77.5000000 + Can tolerate alcohol up to 17%. For Barley Wine or Meads. + Wine, Mead and Cider + 5 + 0 + FALSE + 35.49 ml + 70.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Chardonnay White Wine Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP730 + 10.0000000 + 32.2222222 + Low + 83.0000000 + Dry. Mild esters, low sulfur dioxide production. Fermentation speed is moderate. + + Chardonnay Wine + 5 + 0 + FALSE + 50.28 ml + 50.0 F + 90.0 F + 0.0 pkg + 3/6/2011 +
+ + Cream Ale Yeast Blend + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP080 + 18.3333333 + 21.1111111 + Medium + 77.5000000 + Creates a clean, light lager style ale. An estery aroma may be present. + Cream Ale, Hybrids + 5 + 0 + FALSE + 50.28 ml + 65.0 F + 70.0 F + 0.0 pkg + 3/6/2011 +
+ + Czech Pilsner Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2278 + 10.0000000 + 14.4444444 + Medium + 72.0000000 + Dry but malty finish. Some sulfur produced, but will diminish over time. + Bohemian and American Pilsner, Bocks, Oktoberfest, Marzen + 5 + 0 + FALSE + 124.21 ml + 50.0 F + 58.0 F + 0.0 pkg + 6/14/2003 +
+ + Danish Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2042 + 7.7777778 + 13.3333333 + Medium + 75.0000000 + Rich flavor with a crisp, dry finish. Accentuates hop flavor. + Dortmund/Export Lagers + 5 + 0 + FALSE + 124.21 ml + 46.0 F + 56.0 F + 0.0 pkg + 6/14/2003 +
+ + Dry English Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP007 + 18.3333333 + 21.1111111 + High + 75.0000000 + Clean, Highly flocculant, and highly attentive yeast. Similar to White labs English + Ale yeast, but more attentive. Suitable for high gravity ales. + + Pale Ales, Amber, ESB, Brown Ales, Strong Ales + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + Dusseldorf Alt Yeast + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP036 + 18.3333333 + 20.5555556 + Medium + 68.5000000 + Traditional Alt yeast from Dusseldorf, Germany. Produces clean, slightly sweet alt + beers. Does not accentuate hop flavor like WLP029 does. + + Alt biers, Dusseldorf Alts, German Ales + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 69.0 F + 0.0 pkg + 6/14/2003 +
+ + East Coast Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP008 + 20.0000000 + 22.7777778 + Low + 72.5000000 + White labs "Brewer Patriot" strain can be used to reproduce many of the + American versions of classic beer styles. Very clean with low esters. + + American Ales, Golden ales, Blonde Ale, Pale Ale and German Alt styles + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 73.0 F + 0.0 pkg + 6/14/2003 +
+ + Edinburgh Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP028 + 18.3333333 + 21.1111111 + Medium + 72.5000000 + Malty strong ale yeast. Reproduces complex, malty, flavorful schottish ales. Hop + character comes through well. + + Strong Scottish style ales, ESB, Irish Reds + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + English Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP002 + 18.3333333 + 20.0000000 + Very High + 66.5000000 + Classic ESB strain best for English style milds, bitters, porters and English style + stouts. Leaves a clear beer with some residual sweetness. + + English Pale Ale, ESB, India Pale Ale, Brown Ale, Porter, Sweet Stouts and Strong + Ales + + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 68.0 F + 0.0 pkg + 6/14/2003 +
+ + English Cider Yeast + 1 + Wine +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP775 + 20.0000000 + 23.8888889 + Medium + 83.0000000 + Classic Cider yeast. Ferments dry, but retains apple flavor. Some sulfer produced + during fermentation will fade with age. + + Cider, Wine and High Gravity Beer + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Essex Ale Yeast + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP022 + 18.8888889 + 21.1111111 + Medium + 73.5000000 + Flavorful British yeast with a drier finish than many ale yeasts. Bready and fruity + in character. Well suited for top cropping (collecting). Does not flocculate as much as + WLP005 or WLP002. + + British milds, pale ales, bitters, stouts. + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 70.0 F + 0.0 pkg + 6/11/2003 +
+ + European Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP011 + 18.3333333 + 21.1111111 + Medium + 67.5000000 + Malty, Northern European ale yeast. Low ester production, low sulfer, gives a clean + profile. Low attenuation contributes to malty taste. + + Alt, Kolsch, malty English Ales, Fruit beers + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + European Ale Yeast + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1338 + 16.6666667 + 22.2222222 + High + 69.0000000 + Very malty flavor characteristic of Bavarian/Munich Ales. Complex character. + European Ales, German Ales, Alts, Pale Ale, Brown Ale, Kolsch + 5 + 0 + FALSE + 124.21 ml + 62.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + European Lager II + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2247 + 7.7777778 + 13.3333333 + Low + 75.0000000 + Clean, dry flavor profile for aggressively hopped pilsners. Dry finish, mild aroma, + slight sulfur production. + + Bohemian Pilsner, American Pilsner, Helles, Dunkel + 5 + 0 + FALSE + 124.21 ml + 46.0 F + 56.0 F + 0.0 pkg + 6/14/2003 +
+ + Flor Sherry Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP700 + 21.1111111 + 24.4444444 + Medium + 83.0000000 + This yeast develops a film (flor) on the surface of the wine. Creates green almond, + granny smith and nougat characteristics found in sherry. Can also be used for Port, + Madeira and other sweet styles. For use in secondary fermentation. Slow fermentor. Al + + Sherry wine yeast + 5 + 0 + FALSE + 50.28 ml + 70.0 F + 76.0 F + 0.0 pkg + 3/6/2011 +
+ + Forbidden Fruit + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3463 + 17.2222222 + 24.4444444 + Low + 74.0000000 + Phenolic profile with subdued fruitiness. Available seasonally. + Belgian Wit, Grand Cru + 5 + 0 + FALSE + 124.21 ml + 63.0 F + 76.0 F + 0.0 pkg + 6/14/2003 +
+ + French Red Wine Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP750 + 15.5555556 + 32.2222222 + Low + 83.0000000 + Classic Bordeaux yeast for red wine fermentations. Moderate fermentation + characteristics. Tolerates lower fermentation temperatures. Rich, smooth flavor profile. + Alcohol Tolerance: 17% + + Bordeaux + 5 + 0 + FALSE + 50.28 ml + 60.0 F + 90.0 F + 0.0 pkg + 3/6/2011 +
+ + French Saison + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + Wyeast Labs + 3711 + 18.3333333 + 25.0000000 + Medium + 80.0000000 + A very versatile strain that produces Saison or farmhouse style biers as well as + other Belgian style beers that are highly aromatic (estery), peppery, spicy and citrusy. + This strain enhances the use of spices and aroma hops, and is extremely attenuative b + + French and Belgian Saison or Farmhouse ales + 5 + 0 + FALSE + 50.28 ml + 65.0 F + 77.0 F + 0.0 pkg + 3/6/2011 +
+ + French White Wine Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP735 + 15.5555556 + 32.2222222 + Low + 83.0000000 + Classic yeast for white wine fermentation. Slow to moderate fermenter and foam + producer. Gives an enhanced creamy texture. Alcohol Tolerance: 16% + + French white wines + 5 + 0 + FALSE + 50.28 ml + 60.0 F + 90.0 F + 0.0 pkg + 3/6/2011 +
+ + GF All American Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1272 + 15.5555556 + 22.2222222 + High + 74.0000000 + Popular all purpose American ale style now in a Gluten Free strain. Produces beers + that are nutty, clean with a slight tart finish. Ferment warmer to accentuate hops and + add fruitiness or ferment cold for clean light citrus character. + + American Amber, Brown, IPA, Pale ales and stouts. Blondes and fruit beers. + + 5 + 0 + FALSE + 124.21 ml + 60.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + German Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1007 + 12.7777778 + 18.8888889 + Low + 75.0000000 + Crisp, dry finish with a mild flavor. + German Ales, Alts, Kolsch, Dry Stout + 5 + 0 + FALSE + 124.21 ml + 55.0 F + 66.0 F + 0.0 pkg + 6/14/2003 +
+ + German Ale II + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP003 + 18.3333333 + 21.1111111 + Medium + 76.5000000 + Strong sulfer component will reduce with aging. Clean flavor, but with more ester + production than regular German Ale Yeast. + + Kolsch, Alt and German Pale Ales + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + German Ale/Kolsch + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP029 + 18.3333333 + 20.5555556 + Medium + 75.0000000 + Great for light beers. Accentuates hop flavors. Slight sulfer flavor will fade with + age and leave a clean, lager like ale. + + Kolsch, Altbiers, Pale Ales, Blonde and Honey Ales + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 69.0 F + 0.0 pkg + 6/14/2003 +
+ + German Bock Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP833 + 8.8888889 + 12.7777778 + Medium + 73.0000000 + Produces beer that has balanced malt and hop character. + Bocks, Doppelbocks, Oktoberfest, Vienna, Helles, some American Pilsners + 5 + 0 + FALSE + 35.49 ml + 48.0 F + 55.0 F + 0.0 pkg + 6/14/2003 +
+ + German Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP830 + 10.0000000 + 12.7777778 + Medium + 76.5000000 + Very malty and clean. + German Marzen, Pilsner, Lagers, Oktoberfest beers. + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/14/2003 +
+ + German Wheat + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3333 + 17.2222222 + 23.8888889 + High + 73.0000000 + Subtle flavor profile. Sharp, fruity, crisp, sherry like flavor. + Bavarian Weizen + 5 + 0 + FALSE + 124.21 ml + 63.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Hefeweizen Ale + 1 + Wheat +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP300 + 20.0000000 + 22.2222222 + Low + 74.0000000 + Banana and clove aroma. Produces cloudy appearance. + German style wheat beers. Weiss, Weizen, Hefeweizen + 5 + 0 + FALSE + 35.49 ml + 68.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + Hefeweizen IV Ale + 1 + Wheat +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP380 + 18.8888889 + 21.1111111 + Low + 76.5000000 + Large clove and phenolic aroma, but with minimal banana flavor. Citrus and apricot + notes. Crisp and drinkable, with some sulfur production. + + German style Hefeweizen + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + Irish Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1084 + 16.6666667 + 22.2222222 + Medium + 73.0000000 + Dry diacetyl, fruity flavor characteristic of stouts. Full bodied, dry, clean + flavor. + + Irish Dry Stouts, Porter, Scottish Ale, Brown Ale, Imperial Stout, Barley Wine + + 5 + 0 + FALSE + 124.21 ml + 62.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + Irish Ale Yeast + 1 + Ale +
Liquid
+ 0.0000000 + FALSE + White Labs + WLP004 + 18.3333333 + 20.0000000 + Medium + 71.5000000 + Excellent for Irish Stouts. Produces slight hint of diacetyl balanced by a light + fruitiness and a slightly dry crispness. + + Irish Ales, Stouts, Porters, Browns, Reds and Pale Ale + 5 + 0 + FALSE + 0.00 ml + 65.0 F + 68.0 F + 0.0 pkg + 6/14/2003 +
+ + Klassic Ale Yeast + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP033 + 18.8888889 + 21.1111111 + Medium + 70.0000000 + Traditional English Ale style yeast. Produces ester character, and allows hop flavor + through. Leaves a slightly sweet malt character in ales. + + Bitters, milds, porters stouts and scottish ale styles. + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 70.0 F + 0.0 pkg + 6/11/2003 +
+ + Kolsch Yeast + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2565 + 13.3333333 + 17.7777778 + Low + 75.0000000 + Very malty flavor with mix of lager and ale character. Crisp, clean finish. + Kolsch, European Ales + 5 + 0 + FALSE + 124.21 ml + 56.0 F + 64.0 F + 0.0 pkg + 6/14/2003 +
+ + Lactobacillus + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + Wyeast Labs + 5335 + 15.5555556 + 35.0000000 + Medium + 80.0000000 + Lactic acid bacteria isolated from a Belgian brewery. This culture produces moderate + levels of acidity and is commonly found in many types of beers including gueuze, + lambics, sour brown ales and Berliner Weisse. It is always used in conjunction with + S.cer + + Belgian sout beers (secondary) + 5 + 0 + TRUE + 50.28 ml + 60.0 F + 95.0 F + 0.0 pkg + 3/6/2011 +
+ + Lactobacillus Bacteria + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP677 + 18.3333333 + 22.2222222 + Medium + 70.0000000 + Bacteria for use in secondary. This lactic acid bacteria produces moderate levels of + acidity and sour flavors found in lambics, Berliner Weiss, sour brown ale and gueze. + + Lambic, Berliner Weiss, Sour Brown and Gueze (secondary) + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Lactobacillus Delbrueckii + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 4335 + 15.5555556 + 35.0000000 + Medium + 67.0000000 + Lactic acid bacteria isolated from Belgium. Produces mild acidity and sourness found + in many types of Belgian beers. Always used in conjunction with S. Cerevisiae and wild + yeasts. + + Belgian gueze, lambic, sour brown ales, and Berliner Weisse. + 5 + 0 + TRUE + 124.21 ml + 60.0 F + 95.0 F + 0.0 pkg + 6/12/2003 +
+ + London Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP013 + 18.8888889 + 21.6666667 + Medium + 71.0000000 + Dry, malty ale yeast. Produces a complex, oak flavored ester character. Hop + bitterness comes through well. + + Classic British Pale Ales, Bitters and Stouts + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 71.0 F + 0.0 pkg + 6/14/2003 +
+ + London Ale III + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1318 + 17.7777778 + 23.3333333 + High + 73.0000000 + Light, fruity flavor. Balanced flavor with hint of sweetness. + British Ales, Bitters + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 74.0 F + 0.0 pkg + 6/14/2003 +
+ + London Ale Yeast + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1028 + 15.5555556 + 22.2222222 + Medium + 75.0000000 + Dry finish, bold, rich flavor, some fruit profile and a crisp finish. + English Ales, Bitters, IPAs, Brown Ale + 5 + 0 + FALSE + 124.21 ml + 60.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + London ESB Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1968 + 17.7777778 + 22.2222222 + High + 69.0000000 + Malty, balanced flavor. Fruity, rich finish. Excellent for cask conditioned ales and + bitters. + + English Bitters, IPA, Brown Ales, Mild Ales + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + Malolactic Bacteria + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP675 + 18.3333333 + 22.2222222 + Medium + 70.0000000 + Bacteria for use in secondary. Malolactic fermentation is the conversion of malic + acid to lactic acid by bacteria from the lactic acid bacteria family. Lactic acid is + less acidic than malic acid, which in turn decreases acidity and helps to soften and/o + + Primarily wine + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 72.0 F + 0.0 pkg + 3/6/2011 +
+ + Manchester Ale Yeast + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP038 + 18.3333333 + 21.1111111 + Medium + 72.0000000 + Top fermenting strain that is good for top-cropping. Moderately flocculent with a + clean, dry finish. Low ester profile for producing a balanced English ale. + + English style ales + 5 + 0 + FALSE + 50.28 ml + 65.0 F + 70.0 F + 0.0 pkg + 3/6/2011 +
+ + Merlot Red Wine Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP740 + 15.5555556 + 32.2222222 + Low + 83.0000000 + Neutral, low fusel alcohol production. Will ferment to dryness, alcohol tolerance to + 18%. Vigorous fermenter. WLP740 is well suited for Merlot, Shiraz, Pinot Noir, + Chardonnay, Cabernet, Sauvignon Blanc, and Semillon. Alcohol Tolerance: 18% + + Merlot, Shiraz, Pinot Noir, Chardonnay, Cabernet, Sauvignon Blanc, and Semillon + + 5 + 0 + FALSE + 50.28 ml + 60.0 F + 90.0 F + 0.0 pkg + 3/6/2011 +
+ + Mexican Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP940 + 10.0000000 + 12.7777778 + Medium + 74.0000000 + From Mexico City - produces a clean lager beer with a crisp finish. Good for mexican + style beers. + + Mexican style light and dark lagers. + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/12/2003 +
+ + Munich Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2308 + 8.8888889 + 13.3333333 + Medium + 75.0000000 + Unique Pilsner strain. Very smooth, well-rounded and full bodied. Benefits from a + diacetyl rest. + + Pilsners, Light Lagers, Dortmond/Export, Marzen/Oktoberfest, Dunkel + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 56.0 F + 0.0 pkg + 6/14/2003 +
+ + North American Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2272 + 8.8888889 + 13.3333333 + High + 73.0000000 + American and Canadian lager yeast. Malty finish makes it suitable for + Marzens/Oktoberfest as well. + + American Pilsner, California Common, Canadian Lager, Oktoberfest, Marzen + + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 56.0 F + 0.0 pkg + 6/14/2003 +
+ + Northwest Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1332 + 18.3333333 + 23.8888889 + High + 69.0000000 + Classic Northwest US ale yeast. Slight fruit flavor, malty ale with good body and + balance. + + Oregon Ales, All American Ale styles + 5 + 0 + FALSE + 124.21 ml + 65.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Nottingham Ale Yeast + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP039 + 18.8888889 + 21.1111111 + Medium + 77.5000000 + British style of ale yeast with a very dry finish and high attenuation. Medium to low + fruit and fusel alcohol production. Good top fermenting yeast for cropping. + + British ales, pale ales, ambers, porters and stouts. + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 70.0 F + 0.0 pkg + 6/14/2003 +
+ + Octoberfest Lager Blend + 1 + Lager +
Liquid
+ 0.0502753 + FALSE + Wyeast Labs + 2633 + 8.8888889 + 14.4444444 + Low + 75.0000000 + This blend of lager strains is designed to produce a rich, malty, complex and full + bodied Octoberfest style beer. It attenuates well while leaving plenty of malt character + and mouthfeel. This strain is low in sulfur production. + + Octoberfest, Marzen, Bavarian lagers + 5 + 0 + FALSE + 50.28 ml + 48.0 F + 58.0 F + 0.0 pkg + 3/6/2011 +
+ + Octoberfest/Marzen Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP820 + 11.1111111 + 14.4444444 + Medium + 69.0000000 + Produces a malty, bock style beer. Does not finish as dry or as fast as White's + German Lager yeast. Longer lagering or starter recommended. + + Marzen, Oktoberfest, European Lagers, Bocks, Munich Helles + 5 + 0 + FALSE + 35.49 ml + 52.0 F + 58.0 F + 0.0 pkg + 6/14/2003 +
+ + Old Bavarian Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP920 + 10.0000000 + 12.7777778 + Medium + 69.5000000 + Southern Germany/Bavarian lager yeast. Finishes malty with a slight ester profile. + + Oktoberfest, Marzen, Bock and Dark Lagers. + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/12/2003 +
+ + Pacific Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP041 + 18.3333333 + 20.0000000 + High + 67.5000000 + Popular yeast from the Pacific Northwest. Leaves a clear and malty profile. More + fruity than WLP002. Suitable for many English and American styles. + + English & American ales including milds, bitters, IPA, porters and English + stouts. + + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 68.0 F + 0.0 pkg + 6/14/2003 +
+ + Pediococcus + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + Wyeast Labs + 5733 + 18.3333333 + 35.0000000 + Medium + 80.0000000 + Lactic acid bacteria used in the production of Belgian style beers where additional + acidity is desirable. Often found in gueuze and other Belgian style beer. Acid + production will increase with storage time. It may also cause ropiness and produce low + level + + Belgian sour ales + 5 + 0 + TRUE + 50.28 ml + 65.0 F + 95.0 F + 0.0 pkg + 3/6/2011 +
+ + Pediococcus Cerevisiae + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 4733 + 15.5555556 + 35.0000000 + Medium + 67.0000000 + Lactic acid bacteria isolated from Belgium. Creates a high level of lactic acidity + over a long time. Often used with other yeasts, and it may take several months for + flavor to fully develop. + + Gueze and other Belgian styles. + 5 + 0 + TRUE + 124.21 ml + 60.0 F + 95.0 F + 0.0 pkg + 6/12/2003 +
+ + Pilsen Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2007 + 8.8888889 + 13.3333333 + Medium + 73.0000000 + Classic American pilsner strain. Smooth with a malty flavor. Dry and crisp + fermentation. + + American Pilsner, Bohemian Pilsner, Light Lagers + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 56.0 F + 0.0 pkg + 6/14/2003 +
+ + Pilsner Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP800 + 10.0000000 + 12.7777778 + High + 74.5000000 + Classic pilsner strain from Czech Republic. Dry with a malty finish. + European Pilsners, Bohemian Pilsner + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/14/2003 +
+ + Premium Bitter Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP026 + 19.4444444 + 21.1111111 + Medium + 72.5000000 + From Staffordshire England. Mild, but complex estery flavor. High attenuation - + ferments strong and dry. Suitable for high gravity beers. + + All English ales including bitters, milds, ESB, Porter, Stout and Barley Wine + + 5 + 0 + FALSE + 35.49 ml + 67.0 F + 70.0 F + 0.0 pkg + 6/11/2003 +
+ + Ringwood Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1187 + 17.7777778 + 23.3333333 + High + 70.0000000 + European ale yeast. Highly flocculant with complex, clear, but malty profile. + Slightly fruity ester. + + Ringwood Ale, Brown Ales + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 74.0 F + 0.0 pkg + 6/14/2003 +
+ + Roselare Belgian Blend + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3763 + 12.7777778 + 26.6666667 + Medium + 80.0000000 + Culture of Saccharomyces, Brettonomyces and Lactic Acid Bacteria. Complex aromas and + flavors. May be used for primary fermentation. Primarily for sour brown and red Belgian + styles. + + Belgian sour brown and red beers. + 5 + 0 + FALSE + 124.21 ml + 55.0 F + 80.0 F + 0.0 pkg + 6/12/2003 +
+ + Sake Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP705 + 21.1111111 + 24.4444444 + Medium + 83.0000000 + For use in rice based fermentations. For sake, use this yeast in conjunction with + Koji (to produce fermentable sugar). WLP705 produces full body sake character, and + subtle fragrance. Alcohol tolerance to 16%. + + Sake wine yeast + 5 + 0 + FALSE + 50.28 ml + 70.0 F + 76.0 F + 0.0 pkg + 3/6/2011 +
+ + San Francisco Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP810 + 14.4444444 + 18.3333333 + High + 67.5000000 + Produces "California Common" style beer. + California and Premium Lagers, all American Lagers + 5 + 0 + FALSE + 35.49 ml + 58.0 F + 65.0 F + 0.0 pkg + 6/14/2003 +
+ + Scottish Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1728 + 12.7777778 + 23.8888889 + High + 71.0000000 + High alcohol tolerance. + Scottish Ale, Scottish Strong Ales, Sweet Stout, Imperial Stout, Barley Wine + + 5 + 0 + FALSE + 124.21 ml + 55.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Southern German Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP838 + 10.0000000 + 12.7777778 + High + 72.0000000 + Malty finish and balanced aroma. Strong fermenter, slight sulfur and low diacetyl. + + German Pilsner, Helles, Oktoberfest, Marzen, Bocks + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/14/2003 +
+ + Southwold Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP025 + 18.8888889 + 20.5555556 + Medium + 71.5000000 + From Suffolk county. Products complex fruity and citrus flavors. Slight sulfer + production, but this will fade with ageing. + + British bitters and pale ales. + 5 + 0 + FALSE + 35.49 ml + 66.0 F + 69.0 F + 0.0 pkg + 6/11/2003 +
+ + Steinberg-Geisenheim Wine + 1 + Wine +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP727 + 10.0000000 + 32.2222222 + Low + 83.0000000 + German origin wine yeast. High fruit/ester production. Moderate fermentation + characteristics and cold tolerant. + + Riesling wines. + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 90.0 F + 0.0 pkg + 6/12/2003 +
+ + Super High Gravity Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP099 + 20.5555556 + 23.3333333 + Low + 82.0000000 + Ferments up to 25% alcohol content. Flavor may vary greatly depending on beer + alcohol. English like esters at low gravity, but will become more wine-like as alcohol + exceeds 16% ABV. Refer to White Labs web page for tips on fermenting high gravity ales. + + Very high gravity beers and barley wine up to 25% alcohol. + 5 + 0 + FALSE + 35.49 ml + 69.0 F + 74.0 F + 0.0 pkg + 6/11/2003 +
+ + Suremain Burgundy Wine Yeast + 1 + Wine +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP770 + 15.5555556 + 32.2222222 + Low + 83.0000000 + Emphasizes fruit aromas in barrel fermentations. High nutrient requirement to avoid + volatile acidity production. + Alcohol Tolerance: 16% + + Burgundy + 5 + 0 + FALSE + 50.28 ml + 60.0 F + 90.0 F + 0.0 pkg + 3/6/2011 +
+ + Sweet Mead/Wine + 1 + Wine +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP720 + 21.1111111 + 23.8888889 + Low + 72.5000000 + Lower attenuation than White Labs Champagne Yeast. Leaves some residual sweetness as + well as fruity flavor. Alcohol concentration up to 15%. + + Sweet Mead, Wine and Cider + 5 + 0 + FALSE + 35.49 ml + 70.0 F + 75.0 F + 0.0 pkg + 6/11/2003 +
+ + Thames Valley Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1275 + 16.6666667 + 22.2222222 + Medium + 77.0000000 + Clean, complex flavor. Low in fruit, low in esters, rich in flavor. Hops come through + well. + + British Bitters, ESB, India Pale Ale, English Strong Ale + 5 + 0 + FALSE + 124.21 ml + 62.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + Trappist Ale + 1 + Ale +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP500 + 18.3333333 + 22.2222222 + Medium + 77.5000000 + Distinctive fruitiness and plum characteristics. Excellent for high gravity beers. + + Trappist Ale, Dubbel, Trippel, Belgian Ales + 5 + 0 + FALSE + 35.49 ml + 65.0 F + 72.0 F + 0.0 pkg + 6/14/2003 +
+ + Trappist High Gravity + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3787 + 17.7777778 + 25.5555556 + Medium + 76.0000000 + Robust top cropping yeast. Phenolic character and alcohol tolerance up to 12%. Rich + ester profile and malty flavor. + + Belgian Wit, Trappist Ale, High gravity ales + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 78.0 F + 0.0 pkg + 6/14/2003 +
+ + Urquell Lager + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2001 + 8.8888889 + 14.4444444 + Medium + 74.0000000 + Pilsner Urquell yeast with mild fruit/floral aroma. Very dry and clean on palate with + full mouth feel. Subtle malt character. Clean and neutral finish. + + Bohemian Pilsner + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 58.0 F + 0.0 pkg + 6/14/2003 +
+ + Weihenstephan Weizen + 1 + Wheat +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 3068 + 17.7777778 + 23.8888889 + Low + 75.0000000 + Unique Bavarian wheat yeast that produces the spicy weizen clove and banana flavor. + Best when fermented at around 68 deg F. + + Bavarian Weizen + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Whitbread Ale + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1099 + 17.7777778 + 23.8888889 + High + 70.0000000 + Slightly more fruity and malty than Wyeast's British Ale. Clear and highly + flocculant. + + Whitbread Ale, British Ales, Pales, Bitters + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 75.0 F + 0.0 pkg + 6/14/2003 +
+ + Wyeast Ale Blend + 1 + Ale +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 1087 + 17.7777778 + 22.2222222 + Medium + 73.0000000 + Blend of ale strains designed to provide quick starts, good flavor, balance and + flocculation. Balanced finish suitable for most American and British ale styles. + + American and British Ale Styles. + 5 + 0 + FALSE + 124.21 ml + 64.0 F + 72.0 F + 0.0 pkg + 6/12/2003 +
+ + Wyeast Lager Blend + 1 + Lager +
Liquid
+ 0.1242095 + FALSE + Wyeast Labs + 2178 + 8.8888889 + 14.4444444 + Medium + 73.0000000 + Blend of lager strains to produce a complex but clean lager flavor profile. Suitable + for many common lager styles. + + Classic Pilsners, Lagers, Bocks. + 5 + 0 + FALSE + 124.21 ml + 48.0 F + 58.0 F + 0.0 pkg + 6/12/2003 +
+ + Yorkshire Square Ale Yeast + 1 + Ale +
Liquid
+ 0.0502753 + FALSE + White Labs + WLP037 + 18.3333333 + 20.5555556 + High + 70.0000000 + This yeast produces a malty but well balanced profile. Expect toasty flavors with + malt driven esters. Highly flocculent and a good choice for many English ales. + + English pale ales, English brown ales and Mild ales + 5 + 0 + FALSE + 50.28 ml + 65.0 F + 69.0 F + 0.0 pkg + 3/6/2011 +
+ + Zurich Lager + 1 + Lager +
Liquid
+ 0.0354884 + FALSE + White Labs + WLP885 + 10.0000000 + 12.7777778 + Medium + 75.0000000 + Swiss style lager yeast. Sulfer and diacytl production is minimal. May be used for + high gravity lagers with proper care. + + Swiss style lager, and high gravity lagers (over 11% ABV) + 5 + 0 + FALSE + 35.49 ml + 50.0 F + 55.0 F + 0.0 pkg + 6/12/2003 +
diff --git a/res/drawable/actionbar_tab_bg.xml b/res/drawable/actionbar_tab_bg.xml index ea276d5..d872a1b 100644 --- a/res/drawable/actionbar_tab_bg.xml +++ b/res/drawable/actionbar_tab_bg.xml @@ -1,9 +1,9 @@ - - - - + + + + \ No newline at end of file diff --git a/res/drawable/bg_white.xml b/res/drawable/bg_white.xml index 9392481..68026bc 100644 --- a/res/drawable/bg_white.xml +++ b/res/drawable/bg_white.xml @@ -1,13 +1,15 @@ - - + android:shape="rectangle"> + + - + diff --git a/res/drawable/button_bg.xml b/res/drawable/button_bg.xml index 43729d6..dd9c4b7 100644 --- a/res/drawable/button_bg.xml +++ b/res/drawable/button_bg.xml @@ -1,28 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/button_text.xml b/res/drawable/button_text.xml index 1bca9d4..b905e55 100644 --- a/res/drawable/button_text.xml +++ b/res/drawable/button_text.xml @@ -1,11 +1,11 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/res/drawable/drawer_selector.xml b/res/drawable/drawer_selector.xml index be3c574..6b771af 100644 --- a/res/drawable/drawer_selector.xml +++ b/res/drawable/drawer_selector.xml @@ -1,8 +1,8 @@ - - + + diff --git a/res/drawable/left_button_bg.xml b/res/drawable/left_button_bg.xml index a010e19..ca179cf 100644 --- a/res/drawable/left_button_bg.xml +++ b/res/drawable/left_button_bg.xml @@ -1,40 +1,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/profile_title_bg.xml b/res/drawable/profile_title_bg.xml index 0c9dd43..6888486 100644 --- a/res/drawable/profile_title_bg.xml +++ b/res/drawable/profile_title_bg.xml @@ -1,13 +1,15 @@ - - - - - + android:shape="rectangle"> + + + + + \ No newline at end of file diff --git a/res/drawable/right_button_bg.xml b/res/drawable/right_button_bg.xml index 093eb76..0702335 100644 --- a/res/drawable/right_button_bg.xml +++ b/res/drawable/right_button_bg.xml @@ -1,40 +1,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/rounded_bg_transparent.xml b/res/drawable/rounded_bg_transparent.xml index 1cd030f..36a12ec 100644 --- a/res/drawable/rounded_bg_transparent.xml +++ b/res/drawable/rounded_bg_transparent.xml @@ -1,13 +1,15 @@ - - - - - + android:shape="rectangle"> + + + + + \ No newline at end of file diff --git a/res/drawable/rounded_bg_white.xml b/res/drawable/rounded_bg_white.xml index 0b08e79..8cbcb01 100644 --- a/res/drawable/rounded_bg_white.xml +++ b/res/drawable/rounded_bg_white.xml @@ -1,13 +1,15 @@ - - - - - + android:shape="rectangle"> + + + + + \ No newline at end of file diff --git a/res/drawable/selector.xml b/res/drawable/selector.xml index 5d79450..b03f95e 100644 --- a/res/drawable/selector.xml +++ b/res/drawable/selector.xml @@ -1,25 +1,25 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + diff --git a/res/layout/activity_brew_timer.xml b/res/layout/activity_brew_timer.xml index 3b98d7f..043a086 100644 --- a/res/layout/activity_brew_timer.xml +++ b/res/layout/activity_brew_timer.xml @@ -1,23 +1,25 @@ + android:id="@+id/main_layout" + android:layout_height="fill_parent" + android:layout_width="wrap_content" + android:orientation="vertical"> - + - + diff --git a/res/layout/activity_display_recipe.xml b/res/layout/activity_display_recipe.xml index 75e52c9..d8a0dc1 100644 --- a/res/layout/activity_display_recipe.xml +++ b/res/layout/activity_display_recipe.xml @@ -1,16 +1,17 @@ + android:id="@+id/pager" + android:layout_width="match_parent" + android:layout_height="match_parent"> - + android:paddingBottom="4dp"/> diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml index 3e017f1..622c258 100644 --- a/res/layout/activity_main.xml +++ b/res/layout/activity_main.xml @@ -1,26 +1,27 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent"> + android:id="@+id/content_frame" + android:layout_width="match_parent" + android:layout_height="match_parent"/> - + diff --git a/res/layout/activity_settings.xml b/res/layout/activity_settings.xml index 1f6e4c0..d3ea021 100644 --- a/res/layout/activity_settings.xml +++ b/res/layout/activity_settings.xml @@ -1,34 +1,37 @@ + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:background="@color/transparent" + android:orientation="vertical"> - - - - - - + + + + + + - android:background="@color/transparent" - android:minHeight="4000dip" > - - + android:background="@color/transparent" + android:minHeight="4000dip" > + + diff --git a/res/layout/alert_view_edit_text_float_2_4.xml b/res/layout/alert_view_edit_text_float_2_4.xml index 47f08e4..0d48066 100644 --- a/res/layout/alert_view_edit_text_float_2_4.xml +++ b/res/layout/alert_view_edit_text_float_2_4.xml @@ -1,15 +1,15 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:padding="10dip"> + android:selectAllOnFocus="true"/> diff --git a/res/layout/alert_view_edit_text_float_with_check_box.xml b/res/layout/alert_view_edit_text_float_with_check_box.xml index 7b52165..eb7333d 100644 --- a/res/layout/alert_view_edit_text_float_with_check_box.xml +++ b/res/layout/alert_view_edit_text_float_with_check_box.xml @@ -1,22 +1,22 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:padding="10dip"> + android:selectAllOnFocus="true"/> + android:text="Calculate automatically"/> diff --git a/res/layout/alert_view_edit_text_integer.xml b/res/layout/alert_view_edit_text_integer.xml index 84ffcce..ea4628e 100644 --- a/res/layout/alert_view_edit_text_integer.xml +++ b/res/layout/alert_view_edit_text_integer.xml @@ -1,15 +1,15 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:padding="10dip"> + android:selectAllOnFocus="true"/> diff --git a/res/layout/alert_view_edit_text_multiline.xml b/res/layout/alert_view_edit_text_multiline.xml index cf9647a..9e4813a 100644 --- a/res/layout/alert_view_edit_text_multiline.xml +++ b/res/layout/alert_view_edit_text_multiline.xml @@ -1,9 +1,9 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:padding="10dip"> + android:scrollbars="vertical"/> diff --git a/res/layout/alert_view_edit_text_string.xml b/res/layout/alert_view_edit_text_string.xml index b14d2de..9b88c7e 100644 --- a/res/layout/alert_view_edit_text_string.xml +++ b/res/layout/alert_view_edit_text_string.xml @@ -1,14 +1,14 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:padding="10dip"> + android:selectAllOnFocus="true"/> diff --git a/res/layout/alert_view_scale.xml b/res/layout/alert_view_scale.xml index 5b2c328..b2e925b 100644 --- a/res/layout/alert_view_scale.xml +++ b/res/layout/alert_view_scale.xml @@ -1,15 +1,15 @@ - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:padding="10dip"> + + android:selectAllOnFocus="true"/> \ No newline at end of file diff --git a/res/layout/alert_view_searchable_list.xml b/res/layout/alert_view_searchable_list.xml index 724fb2a..9fe6054 100644 --- a/res/layout/alert_view_searchable_list.xml +++ b/res/layout/alert_view_searchable_list.xml @@ -1,28 +1,28 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:minHeight="1000dip" + android:minWidth="1000dip" + android:padding="10dip"> - + android:layout_width="match_parent" + android:layout_height="40dip" + android:selectAllOnFocus="true"/> + + android:id="@+id/list" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@color/white" + android:padding="0dip" + android:dividerHeight="0dp" + android:drawSelectorOnTop="true" + android:listSelector="@drawable/selector"> diff --git a/res/layout/divider.xml b/res/layout/divider.xml index ee5115b..9e3a876 100644 --- a/res/layout/divider.xml +++ b/res/layout/divider.xml @@ -1,9 +1,9 @@ + android:layout_width="fill_parent" + android:layout_height="1dip" + android:orientation="vertical" + android:padding="0dp" + android:background="@color/divider"> \ No newline at end of file diff --git a/res/layout/fragment_abv_attenuation_calculator.xml b/res/layout/fragment_abv_attenuation_calculator.xml index d2aee07..1c751b0 100644 --- a/res/layout/fragment_abv_attenuation_calculator.xml +++ b/res/layout/fragment_abv_attenuation_calculator.xml @@ -1,5 +1,4 @@ TextView - android:id="@+id/calibrate_temperature_title" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_marginLeft="20dp" - android:layout_marginRight="20dp" - android:layout_marginTop="5dp" - android:background="@color/transparent" - android:gravity="center_vertical" - android:text="Calibration Temperature (F)" - android:textColor="#333" - android:textSize="18dp"/> + android:id="@+id/calibrate_temperature_title" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="20dp" + android:layout_marginRight="20dp" + android:layout_marginTop="5dp" + android:background="@color/transparent" + android:gravity="center_vertical" + android:text="Calibration Temperature (F)" + android:textColor="#333" + android:textSize="18dp"/> EditText - android:id="@+id/calibrate_temperature_edit_text" - style="@style/text_input" - android:layout_marginLeft="20dp" - android:layout_marginRight="20dp" - android:text="68" - android:inputType="numberDecimal" - android:selectAllOnFocus="true"/> + android:id="@+id/calibrate_temperature_edit_text" + style="@style/text_input" + android:layout_marginLeft="20dp" + android:layout_marginRight="20dp" + android:text="68" + android:inputType="numberDecimal" + android:selectAllOnFocus="true"/> - + android:orientation="vertical"> - + - + - + diff --git a/res/layout/fragment_details_view.xml b/res/layout/fragment_details_view.xml index 26fc5f9..483a17e 100644 --- a/res/layout/fragment_details_view.xml +++ b/res/layout/fragment_details_view.xml @@ -1,20 +1,22 @@ + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:background="@color/activity_background" + android:orientation="vertical"> - - - - - + android:background="@color/transparent" + android:listSelector="@drawable/selector"> + + + + diff --git a/res/layout/fragment_hydrometer_calculator.xml b/res/layout/fragment_hydrometer_calculator.xml index e2df5cb..6b8d21b 100644 --- a/res/layout/fragment_hydrometer_calculator.xml +++ b/res/layout/fragment_hydrometer_calculator.xml @@ -1,5 +1,4 @@ - - - - - - - - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/activity_background" + android:orientation="vertical"> + + + + + + + + + + diff --git a/res/layout/fragment_instruction_view.xml b/res/layout/fragment_instruction_view.xml index 76aa2ba..349f5a9 100644 --- a/res/layout/fragment_instruction_view.xml +++ b/res/layout/fragment_instruction_view.xml @@ -1,40 +1,43 @@ - - - - - - - - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/activity_background" + android:orientation="vertical"> + + + + + + + + + + diff --git a/res/layout/fragment_profile_view.xml b/res/layout/fragment_profile_view.xml index 0f35ccd..1f641cb 100644 --- a/res/layout/fragment_profile_view.xml +++ b/res/layout/fragment_profile_view.xml @@ -1,76 +1,85 @@ - - - - - - - - + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:background="@color/activity_background"> - - - - - - - + - + - - - + + + + + + + + + + + + + + + + + - + - + diff --git a/res/layout/fragment_recipes.xml b/res/layout/fragment_recipes.xml index 9e046e4..162a9e7 100644 --- a/res/layout/fragment_recipes.xml +++ b/res/layout/fragment_recipes.xml @@ -1,104 +1,112 @@ - - + + + - + + android:id="@+id/recipe_list" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@color/white" + android:padding="0dip" + android:dividerHeight="0dp" + android:drawSelectorOnTop="true" + android:listSelector="@drawable/selector"> - - + + - - - + + + + - + - + - + diff --git a/res/layout/fragment_view.xml b/res/layout/fragment_view.xml index f78bfac..a50c09a 100644 --- a/res/layout/fragment_view.xml +++ b/res/layout/fragment_view.xml @@ -1,55 +1,60 @@ - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/activity_background" + android:orientation="vertical"> + - - + + + - - - - - - - - - - + + + + + + + + + + diff --git a/res/layout/row_layout_checkbox.xml b/res/layout/row_layout_checkbox.xml index ac443d5..d646e9a 100644 --- a/res/layout/row_layout_checkbox.xml +++ b/res/layout/row_layout_checkbox.xml @@ -8,16 +8,18 @@ android:focusable="false" android:orientation="horizontal"> - + - - - - + android:layout_marginLeft="5dp"/> + + diff --git a/res/layout/row_layout_detail.xml b/res/layout/row_layout_detail.xml index 5e3844e..06bc1b2 100644 --- a/res/layout/row_layout_detail.xml +++ b/res/layout/row_layout_detail.xml @@ -1,62 +1,67 @@ + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="60dp" + android:background="@color/transparent" + android:focusable="false" + android:orientation="horizontal"> - + - + - + - - - - - + + + + + diff --git a/res/layout/row_layout_drawer_item.xml b/res/layout/row_layout_drawer_item.xml index 02bec0f..f37cacc 100644 --- a/res/layout/row_layout_drawer_item.xml +++ b/res/layout/row_layout_drawer_item.xml @@ -1,13 +1,13 @@ \ No newline at end of file + xmlns:biermacht="http://schemas.android.com/apk/res-auto" + android:id="@+id/drawer_item" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:gravity="center_vertical" + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:textColor="@color/drawer_text" + android:textSize="20sp" + android:background="@drawable/drawer_selector" + android:minHeight="60dp" + biermacht:typeface="Roboto-Light.ttf"/> \ No newline at end of file diff --git a/res/layout/row_layout_edit_text.xml b/res/layout/row_layout_edit_text.xml index dd45e58..2d5ce8c 100644 --- a/res/layout/row_layout_edit_text.xml +++ b/res/layout/row_layout_edit_text.xml @@ -9,45 +9,49 @@ android:orientation="vertical"> - + - + - + - + diff --git a/res/layout/row_layout_ingredient.xml b/res/layout/row_layout_ingredient.xml index 71fee0f..9a3840a 100644 --- a/res/layout/row_layout_ingredient.xml +++ b/res/layout/row_layout_ingredient.xml @@ -1,92 +1,100 @@ - - + + - - + + - + - - - + + - - - - - + android:layout_height="fill_parent"> + + + + + - - - - - - - + android:layout_height="fill_parent"> + + + + + - diff --git a/res/layout/row_layout_instruction.xml b/res/layout/row_layout_instruction.xml index 93d209c..4ac022c 100644 --- a/res/layout/row_layout_instruction.xml +++ b/res/layout/row_layout_instruction.xml @@ -1,35 +1,39 @@ - - + + - - - + + + - + - - - + + - + android:text="Instruction text goes here"/> + - - - - + android:background="#44000000"/> + + + diff --git a/res/layout/row_layout_mash_step.xml b/res/layout/row_layout_mash_step.xml index d6bb344..1d3ba5b 100644 --- a/res/layout/row_layout_mash_step.xml +++ b/res/layout/row_layout_mash_step.xml @@ -8,56 +8,61 @@ android:focusable="false" android:orientation="horizontal"> - - + - - - - - + + + + + diff --git a/res/layout/row_layout_recipe.xml b/res/layout/row_layout_recipe.xml index 0ed23e3..810fa66 100644 --- a/res/layout/row_layout_recipe.xml +++ b/res/layout/row_layout_recipe.xml @@ -1,92 +1,101 @@ - - + + - - - + android:layout_marginLeft="10dp"> + + + - - - + - - + + - - - - + android:layout_height="wrap_content"> + + + + - - - - - - - - - + + + + + + + + + diff --git a/res/layout/row_layout_settings_item.xml b/res/layout/row_layout_settings_item.xml index 6f5f388..7c41b6d 100644 --- a/res/layout/row_layout_settings_item.xml +++ b/res/layout/row_layout_settings_item.xml @@ -1,44 +1,47 @@ + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="60dp" + android:background="#fff" + android:focusable="false" + android:orientation="horizontal"> - + - + - + diff --git a/res/layout/row_layout_spinner.xml b/res/layout/row_layout_spinner.xml index fa70ecf..65314ed 100644 --- a/res/layout/row_layout_spinner.xml +++ b/res/layout/row_layout_spinner.xml @@ -1,11 +1,11 @@ + android:id="@+id/row_layout_spinner" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="60dp" + android:background="#fff" + android:focusable="false" + android:spinnerMode="dialog"> diff --git a/res/layout/spinner_row_dropdown_layout.xml b/res/layout/spinner_row_dropdown_layout.xml index c62a97b..9e624ce 100644 --- a/res/layout/spinner_row_dropdown_layout.xml +++ b/res/layout/spinner_row_dropdown_layout.xml @@ -1,24 +1,26 @@ - - + + - - + + + android:text="Description" + android:background="#00FFFFFF"/> \ No newline at end of file diff --git a/res/layout/spinner_row_layout.xml b/res/layout/spinner_row_layout.xml index 9c52806..e1c3bc7 100644 --- a/res/layout/spinner_row_layout.xml +++ b/res/layout/spinner_row_layout.xml @@ -1,29 +1,31 @@ - - + + - - + + + android:background="@color/transparent"/> \ No newline at end of file diff --git a/res/layout/view_drag_drop_list.xml b/res/layout/view_drag_drop_list.xml index e3a354e..0219e95 100644 --- a/res/layout/view_drag_drop_list.xml +++ b/res/layout/view_drag_drop_list.xml @@ -1,24 +1,24 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:dslv="http://schemas.android.com/apk/res-auto" + android:id="@+id/listview" + android:layout_width="fill_parent" + android:layout_height="350dip" + android:dividerHeight="1dp" + android:background="@color/transparent" + dslv:drag_enabled="true" + dslv:collapsed_height="2dp" + dslv:drag_scroll_start="0.33" + dslv:max_drag_scroll_speed="0.5" + dslv:float_alpha="0.6" + dslv:slide_shuffle_speed="0.3" + dslv:track_drag_sort="false" + dslv:use_default_controller="true" + dslv:drag_handle_id="@id/drag_handle" + dslv:sort_enabled="true" + dslv:remove_enabled="true" + dslv:drag_start_mode="onDown" + dslv:remove_mode="flingRemove"> diff --git a/res/layout/view_edit_fermentation_stage.xml b/res/layout/view_edit_fermentation_stage.xml index 2be37eb..a5df231 100644 --- a/res/layout/view_edit_fermentation_stage.xml +++ b/res/layout/view_edit_fermentation_stage.xml @@ -1,10 +1,10 @@ + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:background="@color/transparent" + android:focusable="false" + android:orientation="vertical"> + android:text="Primary: "/> + android:selectAllOnFocus="true"/> + android:text="days, at"/> + android:selectAllOnFocus="true"/> + android:text="F"/> - + diff --git a/res/layout/view_timer_controls.xml b/res/layout/view_timer_controls.xml index 00e3995..ae6053b 100644 --- a/res/layout/view_timer_controls.xml +++ b/res/layout/view_timer_controls.xml @@ -7,94 +7,105 @@ android:visibility="visible" android:background="@color/activity_background"> - - - - - + + + + + - + + + + + - + + + + + + - - - - - - - - - - + android:textSize="70sp" + android:text="00"/> - + + android:id="@+id/stop_button" + android:onClick="onClick" + style="@style/button"/> + android:id="@+id/play_pause_button" + android:onClick="onClick" + style="@style/button"/> + android:id="@+id/go_to_current_button" + android:onClick="onClick" + style="@style/button"/> \ No newline at end of file diff --git a/res/layout/view_title.xml b/res/layout/view_title.xml index 5c36370..61826d8 100644 --- a/res/layout/view_title.xml +++ b/res/layout/view_title.xml @@ -1,45 +1,49 @@ - - + android:background="#fff" + android:focusable="false" + android:layout_marginTop="10dp" + android:orientation="vertical"> + + - + - + - + diff --git a/res/menu/activity_add_hops.xml b/res/menu/activity_add_hops.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_add_hops.xml +++ b/res/menu/activity_add_hops.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_add_ingredient.xml b/res/menu/activity_add_ingredient.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_add_ingredient.xml +++ b/res/menu/activity_add_ingredient.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_add_new_recipe.xml b/res/menu/activity_add_new_recipe.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_add_new_recipe.xml +++ b/res/menu/activity_add_new_recipe.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_add_yeast.xml b/res/menu/activity_add_yeast.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_add_yeast.xml +++ b/res/menu/activity_add_yeast.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_edit_hop.xml b/res/menu/activity_edit_hop.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_edit_hop.xml +++ b/res/menu/activity_edit_hop.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_edit_ingredient.xml b/res/menu/activity_edit_ingredient.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_edit_ingredient.xml +++ b/res/menu/activity_edit_ingredient.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_edit_mash_profile.xml b/res/menu/activity_edit_mash_profile.xml index 46c5602..5fffaf0 100644 --- a/res/menu/activity_edit_mash_profile.xml +++ b/res/menu/activity_edit_mash_profile.xml @@ -1,7 +1,8 @@ - + android:showAsAction="always"/> diff --git a/res/menu/activity_edit_recipe.xml b/res/menu/activity_edit_recipe.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_edit_recipe.xml +++ b/res/menu/activity_edit_recipe.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_edit_yeast.xml b/res/menu/activity_edit_yeast.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_edit_yeast.xml +++ b/res/menu/activity_edit_yeast.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/activity_main.xml b/res/menu/activity_main.xml index ed073f9..bcfabec 100644 --- a/res/menu/activity_main.xml +++ b/res/menu/activity_main.xml @@ -1,21 +1,24 @@ - - - - - - + + + + - + android:showAsAction="ifRoom"/> + diff --git a/res/menu/activity_settings.xml b/res/menu/activity_settings.xml index cfc10fd..f83a438 100644 --- a/res/menu/activity_settings.xml +++ b/res/menu/activity_settings.xml @@ -1,6 +1,7 @@ - + android:showAsAction="never"/> diff --git a/res/menu/fragment_details_menu.xml b/res/menu/fragment_details_menu.xml index de51d85..ca7e6a4 100644 --- a/res/menu/fragment_details_menu.xml +++ b/res/menu/fragment_details_menu.xml @@ -1,8 +1,9 @@ - + android:showAsAction="ifRoom|withText"/> diff --git a/res/menu/fragment_ingredient_menu.xml b/res/menu/fragment_ingredient_menu.xml index 3b657ba..242e2b7 100644 --- a/res/menu/fragment_ingredient_menu.xml +++ b/res/menu/fragment_ingredient_menu.xml @@ -1,27 +1,32 @@ - - + android:showAsAction="ifRoom|withText"> + - - - - - - - - - + + + + + + + + + diff --git a/res/menu/fragment_instruction_menu.xml b/res/menu/fragment_instruction_menu.xml index 1138d3b..444eba8 100644 --- a/res/menu/fragment_instruction_menu.xml +++ b/res/menu/fragment_instruction_menu.xml @@ -1,7 +1,8 @@ - - + + android:showAsAction="ifRoom|withText"/> diff --git a/res/menu/fragment_mash_profiles_menu.xml b/res/menu/fragment_mash_profiles_menu.xml index 5cda507..9471a6a 100644 --- a/res/menu/fragment_mash_profiles_menu.xml +++ b/res/menu/fragment_mash_profiles_menu.xml @@ -1,10 +1,11 @@ - + diff --git a/res/menu/fragment_profile_menu.xml b/res/menu/fragment_profile_menu.xml index 6f0eb5f..d70743c 100644 --- a/res/menu/fragment_profile_menu.xml +++ b/res/menu/fragment_profile_menu.xml @@ -1,20 +1,23 @@ - - + android:showAsAction="ifRoom|withText"> + - - - - - + + + + + diff --git a/res/values-v11/styles.xml b/res/values-v11/styles.xml index d408cbc..a3d0460 100644 --- a/res/values-v11/styles.xml +++ b/res/values-v11/styles.xml @@ -1,5 +1,5 @@ - - + - + - + - - - - - + + + + + - + - + - + - +