From 4c3337e4e8593623ffdaad6e77bbd581a883f589 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:05:40 +1100 Subject: [PATCH] Update Nomi-Labs to 0.10.0 (#1064) This Release: - Fixes Issues with AE2 Terminal Auto Focusing - Fixes Steam Boilers with Certain Fuels - Fixes Localisation Issues with TOP Tooltips - Improves Steam Boiler Displays in TOP - Warns about Blocked Vents in Steam Machines' TOP Displays - Potential Performance Improvements [EXPAND] [[messages]] messageTitle = "Update Nomi-Labs to 0.10.0 (#1064)" messageBody = ''' [BUG] [DETAILS] details = [ "Fixes Issues with AE2 Terminal Auto Focusing", "Fixes Steam Boiler Issues with Certain Fuels", "Fixes Localisation Issues with TOP Tooltips", ] [DETAILS] ''' [[messages]] messageTitle = "Update Nomi-Labs to 0.10.0 (#1064)" messageBody = ''' [FEATURE] [DETAILS] details = [ "Improves Steam Boiler's TOP Display", "Warns about Blocked Vents in Steam Machines' TOP Displays", ] [DETAILS] ''' [EXPAND] --- manifest.json | 2 +- overrides/config/nomilabs.cfg | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cba24f0..ed8583c 100644 --- a/manifest.json +++ b/manifest.json @@ -715,7 +715,7 @@ }, { "projectID": 932060, - "fileID": 5807317, + "fileID": 5810986, "required": true }, { diff --git a/overrides/config/nomilabs.cfg b/overrides/config/nomilabs.cfg index 361acf8..2554c56 100755 --- a/overrides/config/nomilabs.cfg +++ b/overrides/config/nomilabs.cfg @@ -679,4 +679,33 @@ content { B:enableEffortlessBuildingIntegration=true } + ########################################################################################################## + # ae2 terminal options + #--------------------------------------------------------------------------------------------------------# + # AE2 Terminal Options + ########################################################################################################## + + "ae2 terminal options" { + # Whether to Auto-Focus the Fluid Interface Configuration Terminal. + # [default: true] + B:autoFocusConfigFluidInterface=true + + # Whether to Auto-Focus the Interface Configuration Terminal. + # [default: true] + B:autoFocusConfigInterface=true + + # Whether to Auto-Focus the Fluid Terminal. + # [default: true] + B:autoFocusFluid=true + + # Whether to Auto-Focus the Interface Terminal. + # [default: true] + B:autoFocusInterface=true + + # Whether to Save Serach Strings in the Interface Configuration Terminals (Item and Fluid). + # Default AE2 Behaviour is to Save. + # [default: false] + B:saveConfigInterfaceSearch=false + } + }