v3ect0rgames 94db384f78
Update HEI to 4.26.0 (#1040)
[EXPAND]
[[messages]]
messageTitle = "Update HEI to 4.26.0 (#1040)"
messageBody = '''
[PERFORMANCE]
[DETAILS]
detail = "Saves Time when Loading and Reloading JEI"
[DETAILS]
'''

[[messages]]
messageTitle = "Update HEI to 4.26.0 (#1040)"
messageBody = '''
[BUG]
[DETAILS]
detail = "Fixes Issues with Tooltip Search"
[DETAILS]
'''
[EXPAND]
2024-10-08 13:06:24 +11:00

113 lines
4.5 KiB
INI

# Configuration file
~CONFIG_VERSION: 0.4.0
##########################################################################################################
# advanced
#--------------------------------------------------------------------------------------------------------#
# Advanced config options to change the way HEI functions.
##########################################################################################################
advanced {
# When enabled, adds new bookmarks to the front of the bookmark list [default: false]
B:addBookmarksToFront=false
# Builds search trees on multiple threads concurrently, turn this off if you're experiencing extremely high load on your CPU when loading HEI [default: true]
B:asyncSearchTreeBuilding=true
# Move the HEI search bar to the bottom center of the screen. [default: false]
B:centerSearchBarEnabled=false
B:debugModeEnabled=false
# Choose if HEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
# [Default: mouse_pickup]
# [Valid: [inventory, mouse_pickup]]
S:giveMode=MOUSE_PICKUP
# The maximum width of the ingredient list. [range: 4 ~ 100, default: 100]
I:maxColumns=100
# The maximum height of the recipe GUI. [range: 175 ~ 5000, default: 350]
I:maxRecipeGuiHeight=350
# How the mod name should be formatted in the tooltip for HEI GUIs. Leave blank to disable. [Default: blue italic] [Valid: [black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white, obfuscated, bold, strikethrough, underline, italic]]
S:modNameFormat=blue italic
# Enable ultra low memory usage mode, can slow down searching by a lot however. [default: false]
B:ultraLowMemoryUsage=false
}
##########################################################################################################
# misc
#--------------------------------------------------------------------------------------------------------#
# Miscellaneous config options
##########################################################################################################
misc {
# Disable to disallow mouse clicks to see recipes and usages when hovering over an ingredient [default: true]
B:mouseClickToSeeRecipes=true
# Show user-hidden ingredients when the player is in creative mode [default: false]
B:showHiddenIngredientsInCreative=false
# Skip showing HEI's progress bars on load, can save up to a few seconds when loading [default: false]
B:skipShowingProgressBar=true
# Show when a recipe has been changed by adding it to the item's tooltip [default: true]
B:tooltipShowRecipeBy=true
}
rendering {
# Stops extremely frequent ingredient draw calls by using a render buffer, improves FPS in menus by up to 2-3x. But animations and glint will not be applied correctly. [default: false]
B:bufferIngredientRenders=false
}
##########################################################################################################
# search
#--------------------------------------------------------------------------------------------------------#
# Options relating to the search bar.
##########################################################################################################
search {
# Search mode for Colors (prefix: ^)
# [Default: disabled]
# [Valid: [enabled, require_prefix, disabled]]
S:colorSearchMode=DISABLED
# Search mode for Creative Tab Names (prefix: %)
# [Default: disabled]
# [Valid: [enabled, require_prefix, disabled]]
S:creativeTabSearchMode=DISABLED
# Search mode for Mod Names (prefix: @)
# [Default: require_prefix]
# [Valid: [enabled, require_prefix, disabled]]
S:modNameSearchMode=REQUIRE_PREFIX
# Search mode for Ore Dictionary Names (prefix: $)
# [Default: disabled]
# [Valid: [enabled, require_prefix, disabled]]
S:oreDictSearchMode=enabled
# Search mode for resources ids (prefix: &)
# [Default: disabled]
# [Valid: [enabled, require_prefix, disabled]]
S:resourceIdSearchMode=DISABLED
# Includes advanced tooltips in search trees [WILL RELOAD SEARCH TREES] [default: false]
B:searchAdvancedTooltips=true
# Includes stripped diacritics version of strings in search trees [WILL RELOAD SEARCH TREES] [default: false]
B:searchStrippedDiacritics=false
# Search mode for Tooltips (prefix: #)
# [Default: enabled]
# [Valid: [enabled, require_prefix, disabled]]
S:tooltipSearchMode=ENABLED
}