+++ /dev/null
-[appearance]\r
- # Name: Center Search Bar\r
- # Description: Move the JEI search bar to the bottom center of the screen.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- centerSearch = false\r
-\r
- # Name: Recipe GUI Height\r
- # Description: The maximum height for the Recipes Gui (in pixels).\r
- # Valid Values: Any integer greater than or equal to 175\r
- # Default Value: 350\r
- recipeGuiHeight = 350\r
-\r
-\r
-[cheating]\r
- # Name: Give Mode\r
- # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse.\r
- # Valid Values: [INVENTORY, MOUSE_PICKUP]\r
- # Default Value: MOUSE_PICKUP\r
- giveMode = MOUSE_PICKUP\r
-\r
- # Name: Cheat Items to Hotbar Using Hotkeys\r
- # Description: Enable cheating items into the hotbar by using Shift + numeric keys.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- cheatToHotbarUsingHotkeysEnabled = false\r
-\r
- # Name: Show Hidden Ingredients\r
- # Description: Enable showing ingredients that are not in the creative menu.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- showHiddenIngredients = false\r
-\r
- # Name: Show Tag Recipes\r
- # Description: Show recipes for ingredient tags like item tags and block tags.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- showTagRecipesEnabled = false\r
-\r
-\r
-[bookmarks]\r
- # Name: Add Bookmarks to Front\r
- # Description: When true, add new bookmarks to the front of the list. When false, add them to the end.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- addBookmarksToFrontEnabled = false\r
-\r
- # Name: Drag To Rearrange Bookmarks\r
- # Description: Enable dragging bookmarks to rearrange them in the list.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- dragToRearrangeBookmarksEnabled = true\r
-\r
-\r
-[tooltips]\r
- # Name: Bookmarks Tooltips Features\r
- # Description: Extra features for bookmark tooltips.\r
- # Valid Values: A comma-separated list containing values of:\r
- # [PREVIEW, INGREDIENTS]\r
- # Default Value: PREVIEW\r
- bookmarkTooltipFeatures = PREVIEW\r
-\r
- # Name: Shift for Bookmarks Tooltips\r
- # Description: Hold Shift to show bookmark tooltip features.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- holdShiftToShowBookmarkTooltipFeatures = true\r
-\r
- # Name: Show Creative Tab Names\r
- # Description: Show creative tab names in ingredient tooltips.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- showCreativeTabNamesEnabled = false\r
-\r
- # Name: Show Tag Contents\r
- # Description: Show tag content in tooltips when browsing recipe ingredients.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- tagContentTooltipEnabled = true\r
-\r
- # Name: Hide Single-Ingredient Tag Contents\r
- # Description: Hide tag content in tooltips when there is only one ingredient in the tag.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- hideSingleTagContentTooltipEnabled = true\r
-\r
- # Name: Recipe Ingredient Summary\r
- # Description: Show a summary of ingredients needed for a recipe, on its output ingredient's tooltip.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- enableRecipesGuiIngredientsSummary = false\r
-\r
-\r
-[performance]\r
- # Name: Low Memory Search\r
- # Description: Set search to low-memory mode (makes search slow but uses less RAM).\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- lowMemorySlowSearchEnabled = false\r
-\r
-\r
-[lookups]\r
- # Name: Lookup Fluid Contents\r
- # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- lookupFluidContentsEnabled = false\r
-\r
- # Name: Lookup ItemBlock Tags\r
- # Description: When searching for item tags, also include tags for the default blocks contained in the items.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- lookupBlockTagsEnabled = true\r
-\r
-\r
-[lookupHistory]\r
- # Name: Enabled\r
- # Description: Display or hide the lookup history overlay.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- enabled = false\r
-\r
- # Name: Max Rows\r
- # Description: Max number of rows to display in the lookup history overlay.\r
- # Valid Values: An integer in the range [1, 7] (inclusive)\r
- # Default Value: 2\r
- maxRows = 2\r
-\r
- # Name: Max Ingredients\r
- # Description: Max number of lookup history ingredients to save.\r
- # Valid Values: An integer in the range [10, 1000] (inclusive)\r
- # Default Value: 100\r
- maxIngredients = 100\r
-\r
- # Name: Display Side\r
- # Description: Side of the screen to display the lookup history overlay.\r
- # Valid Values: [LEFT, RIGHT]\r
- # Default Value: LEFT\r
- displaySide = LEFT\r
-\r
-\r
-[advanced]\r
- # Name: Catch Render Errors\r
- # Description: Catch render errors from modded ingredients and attempt to recover from them instead of crashing.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- catchRenderErrorsEnabled = true\r
-\r
-\r
-[input]\r
- # Name: Drag Delay\r
- # Description: Number of milliseconds before a long mouse click is considered dragging the mouse.\r
- # Valid Values: An integer in the range [0, 1000] (inclusive)\r
- # Default Value: 150\r
- dragDelayInMilliseconds = 150\r
-\r
- # Name: Smooth Scroll Rate\r
- # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels.\r
- # Valid Values: An integer in the range [1, 50] (inclusive)\r
- # Default Value: 9\r
- smoothScrollRate = 9\r
-\r
-\r
-[sorting]\r
- # Name: Ingredient Sorting Stages\r
- # Description: Sorting order for the ingredient list.\r
- # Valid Values: A comma-separated list containing values of:\r
- # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]\r
- # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU\r
- ingredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU\r
-\r
- # Name: Recipe Sorting Stages\r
- # Description: Sorting order for displayed recipes.\r
- # Valid Values: A comma-separated list containing values of:\r
- # [BOOKMARKED, CRAFTABLE]\r
- # Default Value: BOOKMARKED, CRAFTABLE\r
- recipeSorterStages = BOOKMARKED, CRAFTABLE\r
-\r
-\r
-[search]\r
- # Name: @Mod Name Search Mode\r
- # Description: Search mode for mod names (prefix: @).\r
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
- # Default Value: REQUIRE_PREFIX\r
- modNameSearchMode = REQUIRE_PREFIX\r
-\r
- # Name: #Tag Search Mode\r
- # Description: Search mode for tags (prefix: #).\r
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
- # Default Value: REQUIRE_PREFIX\r
- tagSearchMode = REQUIRE_PREFIX\r
-\r
- # Name: $Tooltip Search Mode\r
- # Description: Search mode for tooltips (prefix: $).\r
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
- # Default Value: ENABLED\r
- tooltipSearchMode = ENABLED\r
-\r
- # Name: ^Color Search Mode\r
- # Description: Search mode for colors (prefix: ^).\r
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
- # Default Value: DISABLED\r
- colorSearchMode = DISABLED\r
-\r
- # Name: &Resource Location Search Mode\r
- # Description: Search mode for resource locations (prefix: &).\r
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
- # Default Value: DISABLED\r
- resourceLocationSearchMode = DISABLED\r
-\r
- # Name: %Creative Tab Search Mode\r
- # Description: Search mode for creative mode tab names (prefix: %).\r
- # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
- # Default Value: DISABLED\r
- creativeTabSearchMode = DISABLED\r
-\r
- # Name: Search Advanced Tooltips\r
- # Description: Search in advanced tooltips (visible with F3 + H).\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- searchAdvancedTooltips = false\r
-\r
- # Name: Search Mod Ids\r
- # Description: Search mod IDs in addition to mod names.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- searchModIds = true\r
-\r
- # Name: Search Mod Aliases\r
- # Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- searchModAliases = true\r
-\r
- # Name: Search Short Mod Names\r
- # Description: Search by the shorthand first letters of a mod's name.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- searchShortModNames = false\r
-\r
- # Name: Search Ingredient Aliases\r
- # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names.\r
- # Valid Values: [true, false]\r
- # Default Value: true\r
- searchIngredientAliases = true\r
-\r
-\r
-[ingredientList]\r
- # Name: Max Rows\r
- # Description: Max number of rows shown.\r
- # Valid Values: An integer in the range [1, 100] (inclusive)\r
- # Default Value: 16\r
- maxRows = 16\r
-\r
- # Name: Max Columns\r
- # Description: Max number of columns shown.\r
- # Valid Values: An integer in the range [2, 100] (inclusive)\r
- # Default Value: 9\r
- maxColumns = 9\r
-\r
- # Name: Horizontal Alignment\r
- # Description: Horizontal alignment of the ingredient list inside the available area.\r
- # Valid Values: [LEFT, CENTER, RIGHT]\r
- # Default Value: RIGHT\r
- horizontalAlignment = RIGHT\r
-\r
- # Name: Vertical Alignment\r
- # Description: Vertical alignment of the ingredient list inside the available area.\r
- # Valid Values: [TOP, CENTER, BOTTOM]\r
- # Default Value: TOP\r
- verticalAlignment = TOP\r
-\r
- # Name: Navigation Visibility\r
- # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.\r
- # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]\r
- # Default Value: ENABLED\r
- buttonNavigationVisibility = ENABLED\r
-\r
- # Name: Draw GUI Background\r
- # Description: Enable this to draw a background texture behind the ingredient list.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- drawBackground = false\r
-\r
-\r
-[bookmarkList]\r
- # Name: Max Rows\r
- # Description: Max number of rows shown.\r
- # Valid Values: An integer in the range [1, 100] (inclusive)\r
- # Default Value: 16\r
- maxRows = 16\r
-\r
- # Name: Max Columns\r
- # Description: Max number of columns shown.\r
- # Valid Values: An integer in the range [2, 100] (inclusive)\r
- # Default Value: 9\r
- maxColumns = 9\r
-\r
- # Name: Horizontal Alignment\r
- # Description: Horizontal alignment of the bookmark list inside the available area.\r
- # Valid Values: [LEFT, CENTER, RIGHT]\r
- # Default Value: LEFT\r
- horizontalAlignment = LEFT\r
-\r
- # Name: Vertical Alignment\r
- # Description: Vertical alignment of the bookmark list inside the available area.\r
- # Valid Values: [TOP, CENTER, BOTTOM]\r
- # Default Value: TOP\r
- verticalAlignment = TOP\r
-\r
- # Name: Navigation Visibility\r
- # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.\r
- # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]\r
- # Default Value: ENABLED\r
- buttonNavigationVisibility = ENABLED\r
-\r
- # Name: Draw GUI Background\r
- # Description: Enable this to draw a background texture behind the bookmark list.\r
- # Valid Values: [true, false]\r
- # Default Value: false\r
- drawBackground = false\r
-\r
-\r