]> gitweb.ps.run Git - packwiz/blob - config/jei/jei-client.ini
repaya
[packwiz] / config / jei / jei-client.ini
1 [appearance]\r
2         # Name: Center Search Bar\r
3         # Description: Move the JEI search bar to the bottom center of the screen.\r
4         # Valid Values: [true, false]\r
5         # Default Value: false\r
6         centerSearch = false\r
7 \r
8         # Name: Recipe GUI Height\r
9         # Description: The maximum height for the Recipes Gui (in pixels).\r
10         # Valid Values: Any integer greater than or equal to 175\r
11         # Default Value: 350\r
12         recipeGuiHeight = 350\r
13 \r
14 \r
15 [cheating]\r
16         # Name: Give Mode\r
17         # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse.\r
18         # Valid Values: [INVENTORY, MOUSE_PICKUP]\r
19         # Default Value: MOUSE_PICKUP\r
20         giveMode = MOUSE_PICKUP\r
21 \r
22         # Name: Cheat Items to Hotbar Using Hotkeys\r
23         # Description: Enable cheating items into the hotbar by using Shift + numeric keys.\r
24         # Valid Values: [true, false]\r
25         # Default Value: false\r
26         cheatToHotbarUsingHotkeysEnabled = false\r
27 \r
28         # Name: Show Hidden Ingredients\r
29         # Description: Enable showing ingredients that are not in the creative menu.\r
30         # Valid Values: [true, false]\r
31         # Default Value: false\r
32         showHiddenIngredients = false\r
33 \r
34         # Name: Show Tag Recipes\r
35         # Description: Show recipes for ingredient tags like item tags and block tags.\r
36         # Valid Values: [true, false]\r
37         # Default Value: false\r
38         showTagRecipesEnabled = false\r
39 \r
40 \r
41 [bookmarks]\r
42         # Name: Add Bookmarks to Front\r
43         # Description: When true, add new bookmarks to the front of the list. When false, add them to the end.\r
44         # Valid Values: [true, false]\r
45         # Default Value: false\r
46         addBookmarksToFrontEnabled = false\r
47 \r
48         # Name: Drag To Rearrange Bookmarks\r
49         # Description: Enable dragging bookmarks to rearrange them in the list.\r
50         # Valid Values: [true, false]\r
51         # Default Value: true\r
52         dragToRearrangeBookmarksEnabled = true\r
53 \r
54 \r
55 [tooltips]\r
56         # Name: Bookmarks Tooltips Features\r
57         # Description: Extra features for bookmark tooltips.\r
58         # Valid Values: A comma-separated list containing values of:\r
59         # [PREVIEW, INGREDIENTS]\r
60         # Default Value: PREVIEW\r
61         bookmarkTooltipFeatures = PREVIEW\r
62 \r
63         # Name: Shift for Bookmarks Tooltips\r
64         # Description: Hold Shift to show bookmark tooltip features.\r
65         # Valid Values: [true, false]\r
66         # Default Value: true\r
67         holdShiftToShowBookmarkTooltipFeatures = true\r
68 \r
69         # Name: Show Creative Tab Names\r
70         # Description: Show creative tab names in ingredient tooltips.\r
71         # Valid Values: [true, false]\r
72         # Default Value: false\r
73         showCreativeTabNamesEnabled = false\r
74 \r
75         # Name: Show Tag Contents\r
76         # Description: Show tag content in tooltips when browsing recipe ingredients.\r
77         # Valid Values: [true, false]\r
78         # Default Value: true\r
79         tagContentTooltipEnabled = true\r
80 \r
81         # Name: Hide Single-Ingredient Tag Contents\r
82         # Description: Hide tag content in tooltips when there is only one ingredient in the tag.\r
83         # Valid Values: [true, false]\r
84         # Default Value: true\r
85         hideSingleTagContentTooltipEnabled = true\r
86 \r
87         # Name: Recipe Ingredient Summary\r
88         # Description: Show a summary of ingredients needed for a recipe, on its output ingredient's tooltip.\r
89         # Valid Values: [true, false]\r
90         # Default Value: false\r
91         enableRecipesGuiIngredientsSummary = false\r
92 \r
93 \r
94 [performance]\r
95         # Name: Low Memory Search\r
96         # Description: Set search to low-memory mode (makes search slow but uses less RAM).\r
97         # Valid Values: [true, false]\r
98         # Default Value: false\r
99         lowMemorySlowSearchEnabled = false\r
100 \r
101 \r
102 [lookups]\r
103         # Name: Lookup Fluid Contents\r
104         # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.\r
105         # Valid Values: [true, false]\r
106         # Default Value: false\r
107         lookupFluidContentsEnabled = false\r
108 \r
109         # Name: Lookup ItemBlock Tags\r
110         # Description: When searching for item tags, also include tags for the default blocks contained in the items.\r
111         # Valid Values: [true, false]\r
112         # Default Value: true\r
113         lookupBlockTagsEnabled = true\r
114 \r
115 \r
116 [lookupHistory]\r
117         # Name: Enabled\r
118         # Description: Display or hide the lookup history overlay.\r
119         # Valid Values: [true, false]\r
120         # Default Value: false\r
121         enabled = false\r
122 \r
123         # Name: Max Rows\r
124         # Description: Max number of rows to display in the lookup history overlay.\r
125         # Valid Values: An integer in the range [1, 7] (inclusive)\r
126         # Default Value: 2\r
127         maxRows = 2\r
128 \r
129         # Name: Max Ingredients\r
130         # Description: Max number of lookup history ingredients to save.\r
131         # Valid Values: An integer in the range [10, 1000] (inclusive)\r
132         # Default Value: 100\r
133         maxIngredients = 100\r
134 \r
135         # Name: Display Side\r
136         # Description: Side of the screen to display the lookup history overlay.\r
137         # Valid Values: [LEFT, RIGHT]\r
138         # Default Value: LEFT\r
139         displaySide = LEFT\r
140 \r
141 \r
142 [advanced]\r
143         # Name: Catch Render Errors\r
144         # Description: Catch render errors from modded ingredients and attempt to recover from them instead of crashing.\r
145         # Valid Values: [true, false]\r
146         # Default Value: true\r
147         catchRenderErrorsEnabled = true\r
148 \r
149 \r
150 [input]\r
151         # Name: Drag Delay\r
152         # Description: Number of milliseconds before a long mouse click is considered dragging the mouse.\r
153         # Valid Values: An integer in the range [0, 1000] (inclusive)\r
154         # Default Value: 150\r
155         dragDelayInMilliseconds = 150\r
156 \r
157         # Name: Smooth Scroll Rate\r
158         # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels.\r
159         # Valid Values: An integer in the range [1, 50] (inclusive)\r
160         # Default Value: 9\r
161         smoothScrollRate = 9\r
162 \r
163 \r
164 [sorting]\r
165         # Name: Ingredient Sorting Stages\r
166         # Description: Sorting order for the ingredient list.\r
167         # Valid Values: A comma-separated list containing values of:\r
168         # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]\r
169         # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU\r
170         ingredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU\r
171 \r
172         # Name: Recipe Sorting Stages\r
173         # Description: Sorting order for displayed recipes.\r
174         # Valid Values: A comma-separated list containing values of:\r
175         # [BOOKMARKED, CRAFTABLE]\r
176         # Default Value: BOOKMARKED, CRAFTABLE\r
177         recipeSorterStages = BOOKMARKED, CRAFTABLE\r
178 \r
179 \r
180 [search]\r
181         # Name: @Mod Name Search Mode\r
182         # Description: Search mode for mod names (prefix: @).\r
183         # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
184         # Default Value: REQUIRE_PREFIX\r
185         modNameSearchMode = REQUIRE_PREFIX\r
186 \r
187         # Name: #Tag Search Mode\r
188         # Description: Search mode for tags (prefix: #).\r
189         # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
190         # Default Value: REQUIRE_PREFIX\r
191         tagSearchMode = REQUIRE_PREFIX\r
192 \r
193         # Name: $Tooltip Search Mode\r
194         # Description: Search mode for tooltips (prefix: $).\r
195         # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
196         # Default Value: ENABLED\r
197         tooltipSearchMode = ENABLED\r
198 \r
199         # Name: ^Color Search Mode\r
200         # Description: Search mode for colors (prefix: ^).\r
201         # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
202         # Default Value: DISABLED\r
203         colorSearchMode = DISABLED\r
204 \r
205         # Name: &Resource Location Search Mode\r
206         # Description: Search mode for resource locations (prefix: &).\r
207         # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
208         # Default Value: DISABLED\r
209         resourceLocationSearchMode = DISABLED\r
210 \r
211         # Name: %Creative Tab Search Mode\r
212         # Description: Search mode for creative mode tab names (prefix: %).\r
213         # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]\r
214         # Default Value: DISABLED\r
215         creativeTabSearchMode = DISABLED\r
216 \r
217         # Name: Search Advanced Tooltips\r
218         # Description: Search in advanced tooltips (visible with F3 + H).\r
219         # Valid Values: [true, false]\r
220         # Default Value: false\r
221         searchAdvancedTooltips = false\r
222 \r
223         # Name: Search Mod Ids\r
224         # Description: Search mod IDs in addition to mod names.\r
225         # Valid Values: [true, false]\r
226         # Default Value: true\r
227         searchModIds = true\r
228 \r
229         # Name: Search Mod Aliases\r
230         # Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names.\r
231         # Valid Values: [true, false]\r
232         # Default Value: true\r
233         searchModAliases = true\r
234 \r
235         # Name: Search Short Mod Names\r
236         # Description: Search by the shorthand first letters of a mod's name.\r
237         # Valid Values: [true, false]\r
238         # Default Value: false\r
239         searchShortModNames = false\r
240 \r
241         # Name: Search Ingredient Aliases\r
242         # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names.\r
243         # Valid Values: [true, false]\r
244         # Default Value: true\r
245         searchIngredientAliases = true\r
246 \r
247 \r
248 [ingredientList]\r
249         # Name: Max Rows\r
250         # Description: Max number of rows shown.\r
251         # Valid Values: An integer in the range [1, 100] (inclusive)\r
252         # Default Value: 16\r
253         maxRows = 16\r
254 \r
255         # Name: Max Columns\r
256         # Description: Max number of columns shown.\r
257         # Valid Values: An integer in the range [2, 100] (inclusive)\r
258         # Default Value: 9\r
259         maxColumns = 9\r
260 \r
261         # Name: Horizontal Alignment\r
262         # Description: Horizontal alignment of the ingredient list inside the available area.\r
263         # Valid Values: [LEFT, CENTER, RIGHT]\r
264         # Default Value: RIGHT\r
265         horizontalAlignment = RIGHT\r
266 \r
267         # Name: Vertical Alignment\r
268         # Description: Vertical alignment of the ingredient list inside the available area.\r
269         # Valid Values: [TOP, CENTER, BOTTOM]\r
270         # Default Value: TOP\r
271         verticalAlignment = TOP\r
272 \r
273         # Name: Navigation Visibility\r
274         # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.\r
275         # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]\r
276         # Default Value: ENABLED\r
277         buttonNavigationVisibility = ENABLED\r
278 \r
279         # Name: Draw GUI Background\r
280         # Description: Enable this to draw a background texture behind the ingredient list.\r
281         # Valid Values: [true, false]\r
282         # Default Value: false\r
283         drawBackground = false\r
284 \r
285 \r
286 [bookmarkList]\r
287         # Name: Max Rows\r
288         # Description: Max number of rows shown.\r
289         # Valid Values: An integer in the range [1, 100] (inclusive)\r
290         # Default Value: 16\r
291         maxRows = 16\r
292 \r
293         # Name: Max Columns\r
294         # Description: Max number of columns shown.\r
295         # Valid Values: An integer in the range [2, 100] (inclusive)\r
296         # Default Value: 9\r
297         maxColumns = 9\r
298 \r
299         # Name: Horizontal Alignment\r
300         # Description: Horizontal alignment of the bookmark list inside the available area.\r
301         # Valid Values: [LEFT, CENTER, RIGHT]\r
302         # Default Value: LEFT\r
303         horizontalAlignment = LEFT\r
304 \r
305         # Name: Vertical Alignment\r
306         # Description: Vertical alignment of the bookmark list inside the available area.\r
307         # Valid Values: [TOP, CENTER, BOTTOM]\r
308         # Default Value: TOP\r
309         verticalAlignment = TOP\r
310 \r
311         # Name: Navigation Visibility\r
312         # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.\r
313         # Valid Values: [ENABLED, AUTO_HIDE, DISABLED]\r
314         # Default Value: ENABLED\r
315         buttonNavigationVisibility = ENABLED\r
316 \r
317         # Name: Draw GUI Background\r
318         # Description: Enable this to draw a background texture behind the bookmark list.\r
319         # Valid Values: [true, false]\r
320         # Default Value: false\r
321         drawBackground = false\r
322 \r
323 \r