From 94db384f7808d1658cee6362987f5adbe7deb474 Mon Sep 17 00:00:00 2001 From: v3ect0rgames <164247766+v3ect0rgames@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:06:24 -0400 Subject: [PATCH] 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] --- manifest.json | 2 +- overrides/config/jei/jei.cfg | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6d209f5..34fad8b 100644 --- a/manifest.json +++ b/manifest.json @@ -605,7 +605,7 @@ }, { "projectID": 557549, - "fileID": 5229422, + "fileID": 5726160, "required": true }, { diff --git a/overrides/config/jei/jei.cfg b/overrides/config/jei/jei.cfg index 8ed03e7..a90a26a 100644 --- a/overrides/config/jei/jei.cfg +++ b/overrides/config/jei/jei.cfg @@ -48,6 +48,12 @@ 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 }