|
| 1 | +[appearance] |
| 2 | + # Description: Move the JEI search bar to the bottom center of the screen. |
| 3 | + # Valid Values: [true, false] |
| 4 | + # Default Value: false |
| 5 | + CenterSearch = false |
| 6 | + |
| 7 | + # Description: Max recipe GUI height. |
| 8 | + # Valid Values: Any integer greater than or equal to 175 |
| 9 | + # Default Value: 350 |
| 10 | + RecipeGuiHeight = 350 |
| 11 | + |
| 12 | + |
| 13 | +[cheat_mode] |
| 14 | + # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse. |
| 15 | + # Valid Values: [INVENTORY, MOUSE_PICKUP] |
| 16 | + # Default Value: MOUSE_PICKUP |
| 17 | + GiveMode = MOUSE_PICKUP |
| 18 | + |
| 19 | + # Description: Enable cheating items into the hotbar by using Shift + numeric keys. |
| 20 | + # Valid Values: [true, false] |
| 21 | + # Default Value: false |
| 22 | + CheatToHotbarUsingHotkeysEnabled = false |
| 23 | + |
| 24 | + # Description: Enable showing items that are not in the creative menu. |
| 25 | + # Valid Values: [true, false] |
| 26 | + # Default Value: false |
| 27 | + ShowHiddenItems = false |
| 28 | + |
| 29 | + |
| 30 | +[bookmarks] |
| 31 | + # Description: Add new bookmarks to the front of the bookmark list instead of the end. |
| 32 | + # Valid Values: [true, false] |
| 33 | + # Default Value: false |
| 34 | + AddBookmarksToFrontEnabled = false |
| 35 | + |
| 36 | + # Description: Extra features for bookmark tooltips. |
| 37 | + # Valid Values: A comma-separated list containing values of: |
| 38 | + # [PREVIEW, INGREDIENTS] |
| 39 | + # Default Value: PREVIEW |
| 40 | + BookmarkTooltipFeatures = PREVIEW |
| 41 | + |
| 42 | + # Description: Hold Shift to show bookmark tooltip features. |
| 43 | + # Valid Values: [true, false] |
| 44 | + # Default Value: true |
| 45 | + HoldShiftToShowBookmarkTooltipFeatures = true |
| 46 | + |
| 47 | + # Description: Drag bookmarks to rearrange them in the list. |
| 48 | + # Valid Values: [true, false] |
| 49 | + # Default Value: true |
| 50 | + DragToRearrangeBookmarksEnabled = true |
| 51 | + |
| 52 | + |
| 53 | +[advanced] |
| 54 | + # Description: Set low-memory mode (makes search very slow but uses less RAM). |
| 55 | + # Valid Values: [true, false] |
| 56 | + # Default Value: false |
| 57 | + LowMemorySlowSearchEnabled = false |
| 58 | + |
| 59 | + # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing. |
| 60 | + # Valid Values: [true, false] |
| 61 | + # Default Value: false |
| 62 | + CatchRenderErrorsEnabled = false |
| 63 | + |
| 64 | + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. |
| 65 | + # Valid Values: [true, false] |
| 66 | + # Default Value: false |
| 67 | + lookupFluidContentsEnabled = false |
| 68 | + |
| 69 | + # Description: When searching for item tags, also include tags for the default blocks contained in the items. |
| 70 | + # Valid Values: [true, false] |
| 71 | + # Default Value: true |
| 72 | + lookupBlockTagsEnabled = true |
| 73 | + |
| 74 | + # Description: Show recipes for ingredient tags like item tags and block tags. |
| 75 | + # Valid Values: [true, false] |
| 76 | + # Default Value: true |
| 77 | + showTagRecipesEnabled = true |
| 78 | + |
| 79 | + # Description: Show creative tab names in ingredient tooltips. |
| 80 | + # Valid Values: [true, false] |
| 81 | + # Default Value: false |
| 82 | + showCreativeTabNamesEnabled = false |
| 83 | + |
| 84 | + |
| 85 | +[input] |
| 86 | + # Description: Number of milliseconds before a long mouse click is considered a drag operation. |
| 87 | + # Valid Values: An integer in the range [0, 1000] (inclusive) |
| 88 | + # Default Value: 150 |
| 89 | + dragDelayInMilliseconds = 150 |
| 90 | + |
| 91 | + # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels. |
| 92 | + # Valid Values: An integer in the range [1, 50] (inclusive) |
| 93 | + # Default Value: 9 |
| 94 | + smoothScrollRate = 9 |
| 95 | + |
| 96 | + |
| 97 | +[sorting] |
| 98 | + # Description: Sorting order for the ingredient list. |
| 99 | + # Valid Values: A comma-separated list containing values of: |
| 100 | + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] |
| 101 | + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU |
| 102 | + IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU |
| 103 | + |
| 104 | + # Description: Sorting order for displayed recipes. |
| 105 | + # Valid Values: A comma-separated list containing values of: |
| 106 | + # [BOOKMARKED, CRAFTABLE] |
| 107 | + # Default Value: BOOKMARKED, CRAFTABLE |
| 108 | + RecipeSorterStages = BOOKMARKED, CRAFTABLE |
| 109 | + |
| 110 | + |
| 111 | +[tags] |
| 112 | + # Description: Show tag content in tooltips. |
| 113 | + # Valid Values: [true, false] |
| 114 | + # Default Value: true |
| 115 | + TagContentTooltipEnabled = true |
| 116 | + |
| 117 | + # Description: Hide tags that only have 1 ingredient. |
| 118 | + # Valid Values: [true, false] |
| 119 | + # Default Value: true |
| 120 | + HideSingleIngredientTagsEnabled = true |
| 121 | + |
| 122 | + |
| 123 | +[search] |
| 124 | + # Description: Search mode for mod names (prefix: @). |
| 125 | + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] |
| 126 | + # Default Value: REQUIRE_PREFIX |
| 127 | + ModNameSearchMode = REQUIRE_PREFIX |
| 128 | + |
| 129 | + # Description: Search mode for tooltips (prefix: #). |
| 130 | + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] |
| 131 | + # Default Value: ENABLED |
| 132 | + TooltipSearchMode = ENABLED |
| 133 | + |
| 134 | + # Description: Search mode for tags (prefix: $). |
| 135 | + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] |
| 136 | + # Default Value: REQUIRE_PREFIX |
| 137 | + TagSearchMode = REQUIRE_PREFIX |
| 138 | + |
| 139 | + # Description: Search mode for colors (prefix: ^). |
| 140 | + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] |
| 141 | + # Default Value: DISABLED |
| 142 | + ColorSearchMode = DISABLED |
| 143 | + |
| 144 | + # Description: Search mode for resource locations (prefix: &). |
| 145 | + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] |
| 146 | + # Default Value: DISABLED |
| 147 | + ResourceLocationSearchMode = DISABLED |
| 148 | + |
| 149 | + # Description: Search mode for creative mode tab names (prefix: %). |
| 150 | + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] |
| 151 | + # Default Value: DISABLED |
| 152 | + CreativeTabSearchMode = DISABLED |
| 153 | + |
| 154 | + # Description: Search in advanced tooltips (visible with F3 + H). |
| 155 | + # Valid Values: [true, false] |
| 156 | + # Default Value: false |
| 157 | + SearchAdvancedTooltips = false |
| 158 | + |
| 159 | + # Description: Search mod IDs in addition to mod names. |
| 160 | + # Valid Values: [true, false] |
| 161 | + # Default Value: true |
| 162 | + SearchModIds = true |
| 163 | + |
| 164 | + # Description: Search by the shorthand first letters of a mod's name. |
| 165 | + # Valid Values: [true, false] |
| 166 | + # Default Value: true |
| 167 | + SearchShortModNames = true |
| 168 | + |
| 169 | + # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names. |
| 170 | + # Valid Values: [true, false] |
| 171 | + # Default Value: true |
| 172 | + SearchIngredientAliases = true |
| 173 | + |
| 174 | + |
| 175 | +[IngredientList] |
| 176 | + # Description: Max number of rows shown. |
| 177 | + # Valid Values: An integer in the range [1, 100] (inclusive) |
| 178 | + # Default Value: 16 |
| 179 | + MaxRows = 16 |
| 180 | + |
| 181 | + # Description: Max number of columns shown. |
| 182 | + # Valid Values: An integer in the range [4, 100] (inclusive) |
| 183 | + # Default Value: 9 |
| 184 | + MaxColumns = 9 |
| 185 | + |
| 186 | + # Description: Horizontal alignment of the ingredient grid inside the available area. |
| 187 | + # Valid Values: [LEFT, CENTER, RIGHT] |
| 188 | + # Default Value: RIGHT |
| 189 | + HorizontalAlignment = RIGHT |
| 190 | + |
| 191 | + # Description: Vertical alignment of the ingredient grid inside the available area. |
| 192 | + # Valid Values: [TOP, CENTER, BOTTOM] |
| 193 | + # Default Value: TOP |
| 194 | + VerticalAlignment = TOP |
| 195 | + |
| 196 | + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. |
| 197 | + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] |
| 198 | + # Default Value: ENABLED |
| 199 | + ButtonNavigationVisibility = ENABLED |
| 200 | + |
| 201 | + # Description: Enable this to draw a background texture behind the GUI. |
| 202 | + # Valid Values: [true, false] |
| 203 | + # Default Value: false |
| 204 | + DrawBackground = false |
| 205 | + |
| 206 | + |
| 207 | +[BookmarkList] |
| 208 | + # Description: Max number of rows shown. |
| 209 | + # Valid Values: An integer in the range [1, 100] (inclusive) |
| 210 | + # Default Value: 16 |
| 211 | + MaxRows = 16 |
| 212 | + |
| 213 | + # Description: Max number of columns shown. |
| 214 | + # Valid Values: An integer in the range [4, 100] (inclusive) |
| 215 | + # Default Value: 9 |
| 216 | + MaxColumns = 9 |
| 217 | + |
| 218 | + # Description: Horizontal alignment of the ingredient grid inside the available area. |
| 219 | + # Valid Values: [LEFT, CENTER, RIGHT] |
| 220 | + # Default Value: LEFT |
| 221 | + HorizontalAlignment = LEFT |
| 222 | + |
| 223 | + # Description: Vertical alignment of the ingredient grid inside the available area. |
| 224 | + # Valid Values: [TOP, CENTER, BOTTOM] |
| 225 | + # Default Value: TOP |
| 226 | + VerticalAlignment = TOP |
| 227 | + |
| 228 | + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. |
| 229 | + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] |
| 230 | + # Default Value: ENABLED |
| 231 | + ButtonNavigationVisibility = ENABLED |
| 232 | + |
| 233 | + # Description: Enable this to draw a background texture behind the GUI. |
| 234 | + # Valid Values: [true, false] |
| 235 | + # Default Value: false |
| 236 | + DrawBackground = false |
| 237 | + |
| 238 | + |
0 commit comments