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]
This commit is contained in:
v3ect0rgames 2024-10-07 22:06:24 -04:00 committed by GitHub
parent dc7c2fdccd
commit 94db384f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -605,7 +605,7 @@
}, },
{ {
"projectID": 557549, "projectID": 557549,
"fileID": 5229422, "fileID": 5726160,
"required": true "required": true
}, },
{ {

View File

@ -48,6 +48,12 @@ misc {
# Disable to disallow mouse clicks to see recipes and usages when hovering over an ingredient [default: true] # Disable to disallow mouse clicks to see recipes and usages when hovering over an ingredient [default: true]
B:mouseClickToSeeRecipes=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] # Show when a recipe has been changed by adding it to the item's tooltip [default: true]
B:tooltipShowRecipeBy=true B:tooltipShowRecipeBy=true
} }